raSystem
1.0 bata
raInput.h
Go to the documentation of this file.
1
#pragma once
2
3
class
RAPI
raInput
4
{
5
public
:
6
raInput
(
void
);
7
8
~
raInput
(
void
);
9
10
bool
AddNewDevice(
IRARawDevice
*device);
11
bool
Create(HWND hWnd,
bool
legacy =
true
);
12
13
virtual
long
OnInput(HWND wnd, WPARAM wParam, LPARAM lParam);
14
virtual
long
OnInputDeviceChange(HWND wnd, WPARAM wParam, LPARAM lParam);
15
16
protected
:
17
raArray<IRARawDevice*>
m_devices
;
18
};
raInput::m_devices
raArray< IRARawDevice * > m_devices
Definition:
raInput.h:17
raInput
Definition:
raInput.h:3
RAPI
#define RAPI
Definition:
raMain.h:11
IRARawDevice
Definition:
IRARawDevice.h:3
raArray
Definition:
raArray.h:3
include
raInput.h
Generated by
1.8.13