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:
parent
52a228861e
commit
0fdfa570cc
1 changed files with 0 additions and 9 deletions
|
@ -27,15 +27,6 @@
|
|||
|
||||
namespace Sortix
|
||||
{
|
||||
/*
|
||||
class IKeystrokable
|
||||
{
|
||||
public:
|
||||
virtual void OnKeystroke(uint32_t CodePoint, bool KeyUp) = 0;
|
||||
|
||||
};
|
||||
*/
|
||||
|
||||
namespace Keyboard
|
||||
{
|
||||
void Init();
|
||||
|
|
Loading…
Add table
Reference in a new issue