|
arsa
2.7
|
#include "cdx.h"Go to the source code of this file.
Classes | |
| class | CDXInput |
Macros | |
| #define | CDXKEY_NONE 0 |
| CDX Input Types. Applies to keyboard keys, mouse & joystick buttons. More... | |
| #define | CDXKEY_RELEASE 1 |
| #define | CDXKEY_PRESS 2 |
| #define | CDXKEY_REPEAT 3 |
| #define | _MAX_JOYSTICK_BUTTONS 10 |
| #define | MAX_JOYSTICKS 10 |
Typedefs | |
| typedef void | ControlEvents(void *, void *, DWORD, BYTE) |
| typedef ControlEvents * | ControlEventsP |
| #define _MAX_JOYSTICK_BUTTONS 10 |
Definition at line 12 of file cdxinput.h.
| #define CDXKEY_NONE 0 |
CDX Input Types. Applies to keyboard keys, mouse & joystick buttons.
Definition at line 7 of file cdxinput.h.
| #define CDXKEY_PRESS 2 |
Definition at line 9 of file cdxinput.h.
| #define CDXKEY_RELEASE 1 |
Definition at line 8 of file cdxinput.h.
| #define CDXKEY_REPEAT 3 |
Definition at line 10 of file cdxinput.h.
| #define MAX_JOYSTICKS 10 |
Definition at line 13 of file cdxinput.h.
| typedef ControlEvents* ControlEventsP |
Definition at line 57 of file cdxinput.h.
| anonymous enum |
CDXInput Key constants.
Definition at line 16 of file cdxinput.h.
1.8.15