1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Removed obsolete IKeystrokable.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-11-02 19:43:48 +01:00
parent 52a228861e
commit 0fdfa570cc

View file

@ -27,15 +27,6 @@
namespace Sortix
{
/*
class IKeystrokable
{
public:
virtual void OnKeystroke(uint32_t CodePoint, bool KeyUp) = 0;
};
*/
namespace Keyboard
{
void Init();