raSystem
1.0 bata
|
Go to the source code of this file.
Macros | |
#define | RKEY_ESCAPE 0x1B |
#define | RKEY_F1 0x70 |
#define | RKEY_F2 0x71 |
#define | RKEY_F3 0x72 |
#define | RKEY_F4 0x73 |
#define | RKEY_F5 0x74 |
#define | RKEY_F6 0x75 |
#define | RKEY_F7 0x76 |
#define | RKEY_F8 0x77 |
#define | RKEY_F9 0x78 |
#define | RKEY_F10 0x79 |
#define | RKEY_F11 0x7A |
#define | RKEY_F12 0x7B |
#define | RKEY_F13 0x7C |
#define | RKEY_F14 0x7D |
#define | RKEY_F15 0x7E |
#define | RKEY_F16 0x7F |
#define | RKEY_F17 0x80H |
#define | RKEY_F18 0x81H |
#define | RKEY_F19 0x82H |
#define | RKEY_F20 0x83H |
#define | RKEY_F21 0x84H |
#define | RKEY_F22 0x85H |
#define | RKEY_F23 0x86H |
#define | RKEY_F24 0x87H |
#define | RKEY_SYSRQ 0x2A |
#define | RKEY_SCROLL 0x91 |
#define | RKEY_PAUSE 0x13 |
#define | RKEY_1 0x31 |
#define | RKEY_2 0x32 |
#define | RKEY_3 0x33 |
#define | RKEY_4 0x34 |
#define | RKEY_5 0x35 |
#define | RKEY_6 0x36 |
#define | RKEY_7 0x37 |
#define | RKEY_8 0x38 |
#define | RKEY_9 0x39 |
#define | RKEY_0 0x30 |
#define | RKEY_MINUS 0xBD |
#define | RKEY_BACK 0x08 |
#define | RKEY_INSERT 0x2D |
#define | RKEY_HOME 0x24 |
#define | RKEY_PRIOR 0x21 |
#define | RKEY_NUMLOCK 0x90 |
#define | RKEY_DIVIDE 0x6F |
#define | RKEY_MULTIPLY 0x6A |
#define | RKEY_SUBTRACT 0x6D |
#define | RKEY_TAB 0x09 |
#define | RKEY_CLEAR 0x0C |
#define | RKEY_A 0x41 |
#define | RKEY_B 0x42 |
#define | RKEY_C 0x43 |
#define | RKEY_D 0x44 |
#define | RKEY_E 0x45 |
#define | RKEY_F 0x46 |
#define | RKEY_G 0x47 |
#define | RKEY_H 0x48 |
#define | RKEY_I 0x49 |
#define | RKEY_J 0x4A |
#define | RKEY_K 0x4B |
#define | RKEY_L 0x4C |
#define | RKEY_M 0x4D |
#define | RKEY_N 0x4E |
#define | RKEY_O 0x4F |
#define | RKEY_P 0x50 |
#define | RKEY_Q 0x51 |
#define | RKEY_R 0x52 |
#define | RKEY_S 0x53 |
#define | RKEY_T 0x54 |
#define | RKEY_U 0x55 |
#define | RKEY_V 0x56 |
#define | RKEY_W 0x57 |
#define | RKEY_X 0x58 |
#define | RKEY_Y 0x59 |
#define | RKEY_Z 0x5A |
#define | RKEY_RETURN 0x0D |
#define | RKEY_DELETE 0x2E |
#define | RKEY_END 0x23 |
#define | RKEY_NEXT 0x22 |
#define | RKEY_NUMPAD0 0x60 |
#define | RKEY_NUMPAD1 0x61 |
#define | RKEY_NUMPAD2 0x62 |
#define | RKEY_NUMPAD3 0x63 |
#define | RKEY_NUMPAD4 0x64 |
#define | RKEY_NUMPAD5 0x65 |
#define | RKEY_NUMPAD6 0x66 |
#define | RKEY_NUMPAD7 0x67 |
#define | RKEY_NUMPAD8 0x68 |
#define | RKEY_NUMPAD9 0x69 |
#define | RKEY_ADD 0x6B |
#define | RKEY_CAPITAL 0x14 |
#define | RKEY_OEM_102 0xE2 |
#define | RKEY_COMMA 0x6E |
#define | RKEY_PERIOD 0xBE |
#define | RKEY_LSHIFT 0xA0 |
#define | RKEY_RSHIFT 0xA1 |
#define | RKEY_UP 0x26 |
#define | RKEY_LCONTROL 0xA2 |
#define | RKEY_RCONTROL 0xA3 |
#define | RKEY_LWIN 0x5B |
#define | RKEY_SPACE 0x20 |
#define | RKEY_ALT 0x12 |
#define | RKEY_RWIN 0x5C |
#define | RKEY_APPS 0x5D |
#define | RKEY_LEFT 0x25 |
#define | RKEY_DOWN 0x28 |
#define | RKEY_RIGHT 0x27 |
#define | RKEY_DECIMAL 0x6E |
#define | RMOUSE_X_NEG (108 + 0) |
#define | RMOUSE_X_POS (108 + 1) |
#define | RMOUSE_Y_NEG (108 + 2) |
#define | RMOUSE_Y_POS (108 + 3) |
#define | RMOUSE_Z_NEG (108 + 4) |
#define | RMOUSE_Z_POS (108 + 5) |
#define | RMOUSE_LBUTTON 0x01 |
#define | RMOUSE_RBUTTON 0x02 |
#define | RMOUSE_MBUTTON 0x04 |
#define | RMOUSE_X1BUTTON 0x05 |
#define | RMOUSE_X2BUTTON 0x06 |
#define | RJOY_X_NEG(j) (122 + (j) * 66 + 0) |
#define | RJOY_X_POS(j) (122 + (j) * 66 + 1) |
#define | RJOY_Y_NEG(j) (122 + (j) * 66 + 2) |
#define | RJOY_Y_POS(j) (122 + (j) * 66 + 3) |
#define | RJOY_Z_NEG(j) (122 + (j) * 66 + 4) |
#define | RJOY_Z_POS(j) (122 + (j) * 66 + 5) |
#define | RJOY_RX_NEG(j) (122 + (j) * 66 + 6) |
#define | RJOY_RX_POS(j) (122 + (j) * 66 + 7) |
#define | RJOY_RY_NEG(j) (122 + (j) * 66 + 8) |
#define | RJOY_RY_POS(j) (122 + (j) * 66 + 9) |
#define | RJOY_RZ_NEG(j) (122 + (j) * 66 + 10) |
#define | RJOY_RZ_POS(j) (122 + (j) * 66 + 11) |
#define | RJOY_SLIDER_NEG(j, i) (122 + (j) * 66 + 12 + (i * 3)) |
#define | RJOY_SLIDER_POS(j, i) (122 + (j) * 66 + 13 + (i * 3)) |
#define | RJOY_SLIDER_ABS(j, i) (122 + (j) * 66 + 14 + (i * 3)) |
#define | RJOY_POV_UP(j, i) (122 + (j) * 66 + 18 + (i * 4)) |
#define | RJOY_POV_RIGHT(j, i) (122 + (j) * 66 + 19 + (i * 4)) |
#define | RJOY_POV_DOWN(j, i) (122 + (j) * 66 + 20 + (i * 4)) |
#define | RJOY_POV_LEFT(j, i) (122 + (j) * 66 + 21 + (i * 4)) |
#define | RKEY_ESCAPE 0x1B |
#define | RKEY_F1 0x70 |
#define | RKEY_F2 0x71 |
#define | RKEY_F3 0x72 |
#define | RKEY_F4 0x73 |
#define | RKEY_F5 0x74 |
#define | RKEY_F6 0x75 |
#define | RKEY_F7 0x76 |
#define | RKEY_F8 0x77 |
#define | RKEY_F9 0x78 |
#define | RKEY_F10 0x79 |
#define | RKEY_F11 0x7A |
#define | RKEY_F12 0x7B |
#define | RKEY_F13 0x7C |
#define | RKEY_F14 0x7D |
#define | RKEY_F15 0x7E |
#define | RKEY_F16 0x7F |
#define | RKEY_F17 0x80H |
#define | RKEY_F18 0x81H |
#define | RKEY_F19 0x82H |
#define | RKEY_F20 0x83H |
#define | RKEY_F21 0x84H |
#define | RKEY_F22 0x85H |
#define | RKEY_F23 0x86H |
#define | RKEY_F24 0x87H |
#define | RKEY_SYSRQ 0x2A |
#define | RKEY_SCROLL 0x91 |
#define | RKEY_PAUSE 0x13 |
#define | RKEY_1 0x31 |
#define | RKEY_2 0x32 |
#define | RKEY_3 0x33 |
#define | RKEY_4 0x34 |
#define | RKEY_5 0x35 |
#define | RKEY_6 0x36 |
#define | RKEY_7 0x37 |
#define | RKEY_8 0x38 |
#define | RKEY_9 0x39 |
#define | RKEY_0 0x30 |
#define | RKEY_MINUS 0xBD |
#define | RKEY_BACK 0x08 |
#define | RKEY_INSERT 0x2D |
#define | RKEY_HOME 0x24 |
#define | RKEY_PRIOR 0x21 |
#define | RKEY_NUMLOCK 0x90 |
#define | RKEY_DIVIDE 0x6F |
#define | RKEY_MULTIPLY 0x6A |
#define | RKEY_SUBTRACT 0x6D |
#define | RKEY_TAB 0x09 |
#define | RKEY_CLEAR 0x0C |
#define | RKEY_A 0x41 |
#define | RKEY_B 0x42 |
#define | RKEY_C 0x43 |
#define | RKEY_D 0x44 |
#define | RKEY_E 0x45 |
#define | RKEY_F 0x46 |
#define | RKEY_G 0x47 |
#define | RKEY_H 0x48 |
#define | RKEY_I 0x49 |
#define | RKEY_J 0x4A |
#define | RKEY_K 0x4B |
#define | RKEY_L 0x4C |
#define | RKEY_M 0x4D |
#define | RKEY_N 0x4E |
#define | RKEY_O 0x4F |
#define | RKEY_P 0x50 |
#define | RKEY_Q 0x51 |
#define | RKEY_R 0x52 |
#define | RKEY_S 0x53 |
#define | RKEY_T 0x54 |
#define | RKEY_U 0x55 |
#define | RKEY_V 0x56 |
#define | RKEY_W 0x57 |
#define | RKEY_X 0x58 |
#define | RKEY_Y 0x59 |
#define | RKEY_Z 0x5A |
#define | RKEY_RETURN 0x0D |
#define | RKEY_DELETE 0x2E |
#define | RKEY_END 0x23 |
#define | RKEY_NEXT 0x22 |
#define | RKEY_NUMPAD0 0x60 |
#define | RKEY_NUMPAD1 0x61 |
#define | RKEY_NUMPAD2 0x62 |
#define | RKEY_NUMPAD3 0x63 |
#define | RKEY_NUMPAD4 0x64 |
#define | RKEY_NUMPAD5 0x65 |
#define | RKEY_NUMPAD6 0x66 |
#define | RKEY_NUMPAD7 0x67 |
#define | RKEY_NUMPAD8 0x68 |
#define | RKEY_NUMPAD9 0x69 |
#define | RKEY_ADD 0x6B |
#define | RKEY_CAPITAL 0x14 |
#define | RKEY_OEM_102 0xE2 |
#define | RKEY_COMMA 0x6E |
#define | RKEY_PERIOD 0xBE |
#define | RKEY_LSHIFT 0xA0 |
#define | RKEY_RSHIFT 0xA1 |
#define | RKEY_UP 0x26 |
#define | RKEY_LCONTROL 0xA2 |
#define | RKEY_RCONTROL 0xA3 |
#define | RKEY_LWIN 0x5B |
#define | RKEY_SPACE 0x20 |
#define | RKEY_ALT 0x12 |
#define | RKEY_RWIN 0x5C |
#define | RKEY_APPS 0x5D |
#define | RKEY_LEFT 0x25 |
#define | RKEY_DOWN 0x28 |
#define | RKEY_RIGHT 0x27 |
#define | RKEY_DECIMAL 0x6E |
#define | RMOUSE_X_NEG (108 + 0) |
#define | RMOUSE_X_POS (108 + 1) |
#define | RMOUSE_Y_NEG (108 + 2) |
#define | RMOUSE_Y_POS (108 + 3) |
#define | RMOUSE_Z_NEG (108 + 4) |
#define | RMOUSE_Z_POS (108 + 5) |
#define | RMOUSE_LBUTTON 0x01 |
#define | RMOUSE_RBUTTON 0x02 |
#define | RMOUSE_MBUTTON 0x04 |
#define | RMOUSE_X1BUTTON 0x05 |
#define | RMOUSE_X2BUTTON 0x06 |
#define | RJOY_X_NEG(j) (122 + (j) * 66 + 0) |
#define | RJOY_X_POS(j) (122 + (j) * 66 + 1) |
#define | RJOY_Y_NEG(j) (122 + (j) * 66 + 2) |
#define | RJOY_Y_POS(j) (122 + (j) * 66 + 3) |
#define | RJOY_Z_NEG(j) (122 + (j) * 66 + 4) |
#define | RJOY_Z_POS(j) (122 + (j) * 66 + 5) |
#define | RJOY_RX_NEG(j) (122 + (j) * 66 + 6) |
#define | RJOY_RX_POS(j) (122 + (j) * 66 + 7) |
#define | RJOY_RY_NEG(j) (122 + (j) * 66 + 8) |
#define | RJOY_RY_POS(j) (122 + (j) * 66 + 9) |
#define | RJOY_RZ_NEG(j) (122 + (j) * 66 + 10) |
#define | RJOY_RZ_POS(j) (122 + (j) * 66 + 11) |
#define | RJOY_SLIDER_NEG(j, i) (122 + (j) * 66 + 12 + (i * 3)) |
#define | RJOY_SLIDER_POS(j, i) (122 + (j) * 66 + 13 + (i * 3)) |
#define | RJOY_SLIDER_ABS(j, i) (122 + (j) * 66 + 14 + (i * 3)) |
#define | RJOY_POV_UP(j, i) (122 + (j) * 66 + 18 + (i * 4)) |
#define | RJOY_POV_RIGHT(j, i) (122 + (j) * 66 + 19 + (i * 4)) |
#define | RJOY_POV_DOWN(j, i) (122 + (j) * 66 + 20 + (i * 4)) |
#define | RJOY_POV_LEFT(j, i) (122 + (j) * 66 + 21 + (i * 4)) |
#define RJOY_POV_DOWN | ( | j, | |
i | |||
) | (122 + (j) * 66 + 20 + (i * 4)) |
Definition at line 143 of file raInputMap.h.
#define RJOY_POV_DOWN | ( | j, | |
i | |||
) | (122 + (j) * 66 + 20 + (i * 4)) |
#define RJOY_POV_LEFT | ( | j, | |
i | |||
) | (122 + (j) * 66 + 21 + (i * 4)) |
Definition at line 144 of file raInputMap.h.
#define RJOY_POV_LEFT | ( | j, | |
i | |||
) | (122 + (j) * 66 + 21 + (i * 4)) |
#define RJOY_POV_RIGHT | ( | j, | |
i | |||
) | (122 + (j) * 66 + 19 + (i * 4)) |
Definition at line 142 of file raInputMap.h.
#define RJOY_POV_RIGHT | ( | j, | |
i | |||
) | (122 + (j) * 66 + 19 + (i * 4)) |
#define RJOY_POV_UP | ( | j, | |
i | |||
) | (122 + (j) * 66 + 18 + (i * 4)) |
#define RJOY_POV_UP | ( | j, | |
i | |||
) | (122 + (j) * 66 + 18 + (i * 4)) |
Definition at line 141 of file raInputMap.h.
#define RJOY_RX_NEG | ( | j | ) | (122 + (j) * 66 + 6) |
#define RJOY_RX_NEG | ( | j | ) | (122 + (j) * 66 + 6) |
Definition at line 132 of file raInputMap.h.
#define RJOY_RX_POS | ( | j | ) | (122 + (j) * 66 + 7) |
#define RJOY_RX_POS | ( | j | ) | (122 + (j) * 66 + 7) |
Definition at line 133 of file raInputMap.h.
#define RJOY_RY_NEG | ( | j | ) | (122 + (j) * 66 + 8) |
#define RJOY_RY_NEG | ( | j | ) | (122 + (j) * 66 + 8) |
Definition at line 134 of file raInputMap.h.
#define RJOY_RY_POS | ( | j | ) | (122 + (j) * 66 + 9) |
#define RJOY_RY_POS | ( | j | ) | (122 + (j) * 66 + 9) |
Definition at line 135 of file raInputMap.h.
#define RJOY_RZ_NEG | ( | j | ) | (122 + (j) * 66 + 10) |
Definition at line 136 of file raInputMap.h.
#define RJOY_RZ_NEG | ( | j | ) | (122 + (j) * 66 + 10) |
#define RJOY_RZ_POS | ( | j | ) | (122 + (j) * 66 + 11) |
Definition at line 137 of file raInputMap.h.
#define RJOY_RZ_POS | ( | j | ) | (122 + (j) * 66 + 11) |
#define RJOY_SLIDER_ABS | ( | j, | |
i | |||
) | (122 + (j) * 66 + 14 + (i * 3)) |
Definition at line 140 of file raInputMap.h.
#define RJOY_SLIDER_ABS | ( | j, | |
i | |||
) | (122 + (j) * 66 + 14 + (i * 3)) |
#define RJOY_SLIDER_NEG | ( | j, | |
i | |||
) | (122 + (j) * 66 + 12 + (i * 3)) |
#define RJOY_SLIDER_NEG | ( | j, | |
i | |||
) | (122 + (j) * 66 + 12 + (i * 3)) |
Definition at line 138 of file raInputMap.h.
#define RJOY_SLIDER_POS | ( | j, | |
i | |||
) | (122 + (j) * 66 + 13 + (i * 3)) |
Definition at line 139 of file raInputMap.h.
#define RJOY_SLIDER_POS | ( | j, | |
i | |||
) | (122 + (j) * 66 + 13 + (i * 3)) |
#define RJOY_X_NEG | ( | j | ) | (122 + (j) * 66 + 0) |
#define RJOY_X_NEG | ( | j | ) | (122 + (j) * 66 + 0) |
Definition at line 126 of file raInputMap.h.
#define RJOY_X_POS | ( | j | ) | (122 + (j) * 66 + 1) |
#define RJOY_X_POS | ( | j | ) | (122 + (j) * 66 + 1) |
Definition at line 127 of file raInputMap.h.
#define RJOY_Y_NEG | ( | j | ) | (122 + (j) * 66 + 2) |
#define RJOY_Y_NEG | ( | j | ) | (122 + (j) * 66 + 2) |
Definition at line 128 of file raInputMap.h.
#define RJOY_Y_POS | ( | j | ) | (122 + (j) * 66 + 3) |
#define RJOY_Y_POS | ( | j | ) | (122 + (j) * 66 + 3) |
Definition at line 129 of file raInputMap.h.
#define RJOY_Z_NEG | ( | j | ) | (122 + (j) * 66 + 4) |
#define RJOY_Z_NEG | ( | j | ) | (122 + (j) * 66 + 4) |
Definition at line 130 of file raInputMap.h.
#define RJOY_Z_POS | ( | j | ) | (122 + (j) * 66 + 5) |
#define RJOY_Z_POS | ( | j | ) | (122 + (j) * 66 + 5) |
Definition at line 131 of file raInputMap.h.
#define RKEY_0 0x30 |
#define RKEY_0 0x30 |
Definition at line 40 of file raInputMap.h.
#define RKEY_1 0x31 |
Definition at line 31 of file raInputMap.h.
#define RKEY_1 0x31 |
#define RKEY_2 0x32 |
#define RKEY_2 0x32 |
Definition at line 32 of file raInputMap.h.
#define RKEY_3 0x33 |
#define RKEY_3 0x33 |
Definition at line 33 of file raInputMap.h.
#define RKEY_4 0x34 |
Definition at line 34 of file raInputMap.h.
#define RKEY_4 0x34 |
#define RKEY_5 0x35 |
Definition at line 35 of file raInputMap.h.
#define RKEY_5 0x35 |
#define RKEY_6 0x36 |
Definition at line 36 of file raInputMap.h.
#define RKEY_6 0x36 |
#define RKEY_7 0x37 |
Definition at line 37 of file raInputMap.h.
#define RKEY_7 0x37 |
#define RKEY_8 0x38 |
Definition at line 38 of file raInputMap.h.
#define RKEY_8 0x38 |
#define RKEY_9 0x39 |
Definition at line 39 of file raInputMap.h.
#define RKEY_9 0x39 |
#define RKEY_A 0x41 |
#define RKEY_A 0x41 |
Definition at line 52 of file raInputMap.h.
#define RKEY_ADD 0x6B |
Definition at line 92 of file raInputMap.h.
#define RKEY_ADD 0x6B |
#define RKEY_ALT 0x12 |
Definition at line 104 of file raInputMap.h.
#define RKEY_ALT 0x12 |
#define RKEY_APPS 0x5D |
Definition at line 106 of file raInputMap.h.
#define RKEY_APPS 0x5D |
#define RKEY_B 0x42 |
#define RKEY_B 0x42 |
Definition at line 53 of file raInputMap.h.
#define RKEY_BACK 0x08 |
Definition at line 42 of file raInputMap.h.
#define RKEY_BACK 0x08 |
#define RKEY_C 0x43 |
#define RKEY_C 0x43 |
Definition at line 54 of file raInputMap.h.
#define RKEY_CAPITAL 0x14 |
Definition at line 93 of file raInputMap.h.
#define RKEY_CAPITAL 0x14 |
#define RKEY_CLEAR 0x0C |
#define RKEY_CLEAR 0x0C |
Definition at line 51 of file raInputMap.h.
#define RKEY_COMMA 0x6E |
Definition at line 95 of file raInputMap.h.
#define RKEY_COMMA 0x6E |
#define RKEY_D 0x44 |
#define RKEY_D 0x44 |
Definition at line 55 of file raInputMap.h.
#define RKEY_DECIMAL 0x6E |
Definition at line 110 of file raInputMap.h.
#define RKEY_DECIMAL 0x6E |
#define RKEY_DELETE 0x2E |
Definition at line 79 of file raInputMap.h.
#define RKEY_DELETE 0x2E |
#define RKEY_DIVIDE 0x6F |
Definition at line 47 of file raInputMap.h.
#define RKEY_DIVIDE 0x6F |
#define RKEY_DOWN 0x28 |
Definition at line 108 of file raInputMap.h.
#define RKEY_DOWN 0x28 |
#define RKEY_E 0x45 |
#define RKEY_E 0x45 |
Definition at line 56 of file raInputMap.h.
#define RKEY_END 0x23 |
Definition at line 80 of file raInputMap.h.
#define RKEY_END 0x23 |
#define RKEY_ESCAPE 0x1B |
#define RKEY_ESCAPE 0x1B |
Definition at line 3 of file raInputMap.h.
#define RKEY_F 0x46 |
#define RKEY_F 0x46 |
Definition at line 57 of file raInputMap.h.
#define RKEY_F1 0x70 |
Definition at line 4 of file raInputMap.h.
#define RKEY_F1 0x70 |
#define RKEY_F10 0x79 |
#define RKEY_F10 0x79 |
Definition at line 13 of file raInputMap.h.
#define RKEY_F11 0x7A |
#define RKEY_F11 0x7A |
Definition at line 14 of file raInputMap.h.
#define RKEY_F12 0x7B |
#define RKEY_F12 0x7B |
Definition at line 15 of file raInputMap.h.
#define RKEY_F13 0x7C |
#define RKEY_F13 0x7C |
Definition at line 16 of file raInputMap.h.
#define RKEY_F14 0x7D |
#define RKEY_F14 0x7D |
Definition at line 17 of file raInputMap.h.
#define RKEY_F15 0x7E |
Definition at line 18 of file raInputMap.h.
#define RKEY_F15 0x7E |
#define RKEY_F16 0x7F |
#define RKEY_F16 0x7F |
Definition at line 19 of file raInputMap.h.
#define RKEY_F17 0x80H |
Definition at line 20 of file raInputMap.h.
#define RKEY_F17 0x80H |
#define RKEY_F18 0x81H |
Definition at line 21 of file raInputMap.h.
#define RKEY_F18 0x81H |
#define RKEY_F19 0x82H |
#define RKEY_F19 0x82H |
Definition at line 22 of file raInputMap.h.
#define RKEY_F2 0x71 |
#define RKEY_F2 0x71 |
Definition at line 5 of file raInputMap.h.
#define RKEY_F20 0x83H |
#define RKEY_F20 0x83H |
Definition at line 23 of file raInputMap.h.
#define RKEY_F21 0x84H |
#define RKEY_F21 0x84H |
Definition at line 24 of file raInputMap.h.
#define RKEY_F22 0x85H |
#define RKEY_F22 0x85H |
Definition at line 25 of file raInputMap.h.
#define RKEY_F23 0x86H |
#define RKEY_F23 0x86H |
Definition at line 26 of file raInputMap.h.
#define RKEY_F24 0x87H |
#define RKEY_F24 0x87H |
Definition at line 27 of file raInputMap.h.
#define RKEY_F3 0x72 |
Definition at line 6 of file raInputMap.h.
#define RKEY_F3 0x72 |
#define RKEY_F4 0x73 |
#define RKEY_F4 0x73 |
Definition at line 7 of file raInputMap.h.
#define RKEY_F5 0x74 |
#define RKEY_F5 0x74 |
Definition at line 8 of file raInputMap.h.
#define RKEY_F6 0x75 |
#define RKEY_F6 0x75 |
Definition at line 9 of file raInputMap.h.
#define RKEY_F7 0x76 |
Definition at line 10 of file raInputMap.h.
#define RKEY_F7 0x76 |
#define RKEY_F8 0x77 |
Definition at line 11 of file raInputMap.h.
#define RKEY_F8 0x77 |
#define RKEY_F9 0x78 |
#define RKEY_F9 0x78 |
Definition at line 12 of file raInputMap.h.
#define RKEY_G 0x47 |
#define RKEY_G 0x47 |
Definition at line 58 of file raInputMap.h.
#define RKEY_H 0x48 |
Definition at line 59 of file raInputMap.h.
#define RKEY_H 0x48 |
#define RKEY_HOME 0x24 |
Definition at line 44 of file raInputMap.h.
#define RKEY_HOME 0x24 |
#define RKEY_I 0x49 |
#define RKEY_I 0x49 |
Definition at line 60 of file raInputMap.h.
#define RKEY_INSERT 0x2D |
Definition at line 43 of file raInputMap.h.
#define RKEY_INSERT 0x2D |
#define RKEY_J 0x4A |
Definition at line 61 of file raInputMap.h.
#define RKEY_J 0x4A |
#define RKEY_K 0x4B |
#define RKEY_K 0x4B |
Definition at line 62 of file raInputMap.h.
#define RKEY_L 0x4C |
#define RKEY_L 0x4C |
Definition at line 63 of file raInputMap.h.
#define RKEY_LCONTROL 0xA2 |
Definition at line 100 of file raInputMap.h.
#define RKEY_LCONTROL 0xA2 |
#define RKEY_LEFT 0x25 |
#define RKEY_LEFT 0x25 |
Definition at line 107 of file raInputMap.h.
#define RKEY_LSHIFT 0xA0 |
Definition at line 97 of file raInputMap.h.
#define RKEY_LSHIFT 0xA0 |
#define RKEY_LWIN 0x5B |
Definition at line 102 of file raInputMap.h.
#define RKEY_LWIN 0x5B |
#define RKEY_M 0x4D |
#define RKEY_M 0x4D |
Definition at line 64 of file raInputMap.h.
#define RKEY_MINUS 0xBD |
Definition at line 41 of file raInputMap.h.
#define RKEY_MINUS 0xBD |
#define RKEY_MULTIPLY 0x6A |
#define RKEY_MULTIPLY 0x6A |
Definition at line 48 of file raInputMap.h.
#define RKEY_N 0x4E |
#define RKEY_N 0x4E |
Definition at line 65 of file raInputMap.h.
#define RKEY_NEXT 0x22 |
Definition at line 81 of file raInputMap.h.
#define RKEY_NEXT 0x22 |
#define RKEY_NUMLOCK 0x90 |
Definition at line 46 of file raInputMap.h.
#define RKEY_NUMLOCK 0x90 |
#define RKEY_NUMPAD0 0x60 |
Definition at line 82 of file raInputMap.h.
#define RKEY_NUMPAD0 0x60 |
#define RKEY_NUMPAD1 0x61 |
Definition at line 83 of file raInputMap.h.
#define RKEY_NUMPAD1 0x61 |
#define RKEY_NUMPAD2 0x62 |
Definition at line 84 of file raInputMap.h.
#define RKEY_NUMPAD2 0x62 |
#define RKEY_NUMPAD3 0x63 |
Definition at line 85 of file raInputMap.h.
#define RKEY_NUMPAD3 0x63 |
#define RKEY_NUMPAD4 0x64 |
Definition at line 86 of file raInputMap.h.
#define RKEY_NUMPAD4 0x64 |
#define RKEY_NUMPAD5 0x65 |
#define RKEY_NUMPAD5 0x65 |
Definition at line 87 of file raInputMap.h.
#define RKEY_NUMPAD6 0x66 |
Definition at line 88 of file raInputMap.h.
#define RKEY_NUMPAD6 0x66 |
#define RKEY_NUMPAD7 0x67 |
Definition at line 89 of file raInputMap.h.
#define RKEY_NUMPAD7 0x67 |
#define RKEY_NUMPAD8 0x68 |
Definition at line 90 of file raInputMap.h.
#define RKEY_NUMPAD8 0x68 |
#define RKEY_NUMPAD9 0x69 |
Definition at line 91 of file raInputMap.h.
#define RKEY_NUMPAD9 0x69 |
#define RKEY_O 0x4F |
Definition at line 66 of file raInputMap.h.
#define RKEY_O 0x4F |
#define RKEY_OEM_102 0xE2 |
Definition at line 94 of file raInputMap.h.
#define RKEY_OEM_102 0xE2 |
#define RKEY_P 0x50 |
Definition at line 67 of file raInputMap.h.
#define RKEY_P 0x50 |
#define RKEY_PAUSE 0x13 |
Definition at line 30 of file raInputMap.h.
#define RKEY_PAUSE 0x13 |
#define RKEY_PERIOD 0xBE |
#define RKEY_PERIOD 0xBE |
Definition at line 96 of file raInputMap.h.
#define RKEY_PRIOR 0x21 |
#define RKEY_PRIOR 0x21 |
Definition at line 45 of file raInputMap.h.
#define RKEY_Q 0x51 |
Definition at line 68 of file raInputMap.h.
#define RKEY_Q 0x51 |
#define RKEY_R 0x52 |
Definition at line 69 of file raInputMap.h.
#define RKEY_R 0x52 |
#define RKEY_RCONTROL 0xA3 |
#define RKEY_RCONTROL 0xA3 |
Definition at line 101 of file raInputMap.h.
#define RKEY_RETURN 0x0D |
#define RKEY_RETURN 0x0D |
Definition at line 78 of file raInputMap.h.
#define RKEY_RIGHT 0x27 |
#define RKEY_RIGHT 0x27 |
Definition at line 109 of file raInputMap.h.
#define RKEY_RSHIFT 0xA1 |
Definition at line 98 of file raInputMap.h.
#define RKEY_RSHIFT 0xA1 |
#define RKEY_RWIN 0x5C |
Definition at line 105 of file raInputMap.h.
#define RKEY_RWIN 0x5C |
#define RKEY_S 0x53 |
Definition at line 70 of file raInputMap.h.
#define RKEY_S 0x53 |
#define RKEY_SCROLL 0x91 |
Definition at line 29 of file raInputMap.h.
#define RKEY_SCROLL 0x91 |
#define RKEY_SPACE 0x20 |
#define RKEY_SPACE 0x20 |
Definition at line 103 of file raInputMap.h.
#define RKEY_SUBTRACT 0x6D |
#define RKEY_SUBTRACT 0x6D |
Definition at line 49 of file raInputMap.h.
#define RKEY_SYSRQ 0x2A |
#define RKEY_SYSRQ 0x2A |
Definition at line 28 of file raInputMap.h.
#define RKEY_T 0x54 |
Definition at line 71 of file raInputMap.h.
#define RKEY_T 0x54 |
#define RKEY_TAB 0x09 |
#define RKEY_TAB 0x09 |
Definition at line 50 of file raInputMap.h.
#define RKEY_U 0x55 |
#define RKEY_U 0x55 |
Definition at line 72 of file raInputMap.h.
#define RKEY_UP 0x26 |
Definition at line 99 of file raInputMap.h.
#define RKEY_UP 0x26 |
#define RKEY_V 0x56 |
Definition at line 73 of file raInputMap.h.
#define RKEY_V 0x56 |
#define RKEY_W 0x57 |
Definition at line 74 of file raInputMap.h.
#define RKEY_W 0x57 |
#define RKEY_X 0x58 |
Definition at line 75 of file raInputMap.h.
#define RKEY_X 0x58 |
#define RKEY_Y 0x59 |
#define RKEY_Y 0x59 |
Definition at line 76 of file raInputMap.h.
#define RKEY_Z 0x5A |
Definition at line 77 of file raInputMap.h.
#define RKEY_Z 0x5A |
#define RMOUSE_LBUTTON 0x01 |
#define RMOUSE_LBUTTON 0x01 |
Definition at line 119 of file raInputMap.h.
#define RMOUSE_MBUTTON 0x04 |
Definition at line 121 of file raInputMap.h.
#define RMOUSE_MBUTTON 0x04 |
#define RMOUSE_RBUTTON 0x02 |
#define RMOUSE_RBUTTON 0x02 |
Definition at line 120 of file raInputMap.h.
#define RMOUSE_X1BUTTON 0x05 |
Definition at line 122 of file raInputMap.h.
#define RMOUSE_X1BUTTON 0x05 |
#define RMOUSE_X2BUTTON 0x06 |
#define RMOUSE_X2BUTTON 0x06 |
Definition at line 123 of file raInputMap.h.
#define RMOUSE_X_NEG (108 + 0) |
#define RMOUSE_X_NEG (108 + 0) |
Definition at line 113 of file raInputMap.h.
#define RMOUSE_X_POS (108 + 1) |
#define RMOUSE_X_POS (108 + 1) |
Definition at line 114 of file raInputMap.h.
#define RMOUSE_Y_NEG (108 + 2) |
Definition at line 115 of file raInputMap.h.
#define RMOUSE_Y_NEG (108 + 2) |
#define RMOUSE_Y_POS (108 + 3) |
Definition at line 116 of file raInputMap.h.
#define RMOUSE_Y_POS (108 + 3) |
#define RMOUSE_Z_NEG (108 + 4) |
#define RMOUSE_Z_NEG (108 + 4) |
Definition at line 117 of file raInputMap.h.
#define RMOUSE_Z_POS (108 + 5) |
#define RMOUSE_Z_POS (108 + 5) |
Definition at line 118 of file raInputMap.h.