Removed obsolete IKeystrokable.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-11-02 19:43:48 +01:00
parent 52a228861e
commit 0fdfa570cc
1 changed files with 0 additions and 9 deletions

View File

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