10 virtual RAWINPUTDEVICE
Create(HWND wnd,
bool Legacy =
true);
12 virtual bool KeyDown(
unsigned short vkKey);
13 virtual bool KeyUp(
unsigned short vkKey);
14 virtual bool KeyPress(
unsigned short vkKey);
16 virtual void OnInput(RAWINPUT buffer);
18 RAWKEYBOARD m_keydata;
virtual bool KeyPress(unsigned short vkKey)=0
virtual RAWINPUTDEVICE Create(HWND wnd, bool Legacy=true)=0
virtual void OnInput(RAWINPUT buffer)=0
virtual bool KeyUp(unsigned short vkKey)=0
virtual bool KeyDown(unsigned short vkKey)=0