|
raSystem
1.0 bata
|
#include <raRawKeyboard.h>
Public Member Functions | |
| raRawKeyboard (void) | |
| ~raRawKeyboard (void) | |
| virtual RAWINPUTDEVICE | Create (HWND wnd, bool Legacy=true) |
| virtual bool | KeyDown (unsigned short vkKey) |
| virtual bool | KeyUp (unsigned short vkKey) |
| virtual bool | KeyPress (unsigned short vkKey) |
| virtual void | OnInput (RAWINPUT buffer) |
Additional Inherited Members | |
Protected Member Functions inherited from IRARawDevice | |
| IRARawDevice (void) | |
| ~IRARawDevice (void) | |
Definition at line 3 of file raRawKeyboard.h.
| raRawKeyboard::raRawKeyboard | ( | void | ) |
Definition at line 5 of file raRawKeyboard.cpp.
| raRawKeyboard::~raRawKeyboard | ( | void | ) |
Definition at line 9 of file raRawKeyboard.cpp.
|
virtual |
Implements IRARawDevice.
Definition at line 19 of file raRawKeyboard.cpp.
|
virtual |
Implements IRARawDevice.
Definition at line 31 of file raRawKeyboard.cpp.
|
virtual |
Implements IRARawDevice.
Definition at line 39 of file raRawKeyboard.cpp.
|
virtual |
Implements IRARawDevice.
Definition at line 35 of file raRawKeyboard.cpp.
|
virtual |
Implements IRARawDevice.
Definition at line 12 of file raRawKeyboard.cpp.