raSystem
1.0 bata
|
#include <raInput.h>
Public Member Functions | |
raInput (void) | |
~raInput (void) | |
bool | AddNewDevice (IRARawDevice *device) |
bool | Create (HWND hWnd, bool legacy=true) |
virtual long | OnInput (HWND wnd, WPARAM wParam, LPARAM lParam) |
virtual long | OnInputDeviceChange (HWND wnd, WPARAM wParam, LPARAM lParam) |
Protected Attributes | |
raArray< IRARawDevice * > | m_devices |
raInput::raInput | ( | void | ) |
Definition at line 5 of file raInput.cpp.
raInput::~raInput | ( | void | ) |
Definition at line 9 of file raInput.cpp.
bool raInput::AddNewDevice | ( | IRARawDevice * | device | ) |
Definition at line 57 of file raInput.cpp.
bool raInput::Create | ( | HWND | hWnd, |
bool | legacy = true |
||
) |
Definition at line 66 of file raInput.cpp.
|
virtual |
Definition at line 12 of file raInput.cpp.
|
virtual |
Definition at line 53 of file raInput.cpp.
|
protected |