#include <IRARawDevice.h>
|
virtual RAWINPUTDEVICE | Create (HWND wnd, bool Legacy=true)=0 |
|
virtual void | OnInput (RAWINPUT buffer)=0 |
|
virtual bool | KeyDown (unsigned short vkKey)=0 |
|
virtual bool | KeyUp (unsigned short vkKey)=0 |
|
virtual bool | KeyPress (unsigned short vkKey)=0 |
|
Definition at line 3 of file IRARawDevice.h.
◆ IRARawDevice()
IRARawDevice::IRARawDevice |
( |
void |
| ) |
|
|
protected |
◆ ~IRARawDevice()
IRARawDevice::~IRARawDevice |
( |
void |
| ) |
|
|
protected |
◆ Create()
virtual RAWINPUTDEVICE IRARawDevice::Create |
( |
HWND |
wnd, |
|
|
bool |
Legacy = true |
|
) |
| |
|
pure virtual |
◆ KeyDown()
virtual bool IRARawDevice::KeyDown |
( |
unsigned short |
vkKey | ) |
|
|
pure virtual |
◆ KeyPress()
virtual bool IRARawDevice::KeyPress |
( |
unsigned short |
vkKey | ) |
|
|
pure virtual |
◆ KeyUp()
virtual bool IRARawDevice::KeyUp |
( |
unsigned short |
vkKey | ) |
|
|
pure virtual |
◆ OnInput()
virtual void IRARawDevice::OnInput |
( |
RAWINPUT |
buffer | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: