Go to the source code of this file.
Data Structures | |
struct | input_event |
Input event structure. More... | |
Defines | |
#define | _ABLE_CLIB_ABLE_INPUT_H 1 |
#define | EV_SYN 0x00 |
Synchronisation event. | |
#define | EV_KEY 0x01 |
Key/button event. | |
#define | EV_REL 0x02 |
Relative movement event. | |
#define | EV_ABS 0x03 |
Absolute movement event. | |
#define | BTN_LEFT 0x110 |
Left mouse button. | |
#define | BTN_RIGHT 0x111 |
Right mouse button. | |
#define | BTN_MIDDLE 0x112 |
Middle mouse button. | |
#define | BTN_SIDE 0x113 |
Side mouse button. | |
#define | BTN_EXTRA 0x114 |
Extra mouse button. | |
#define | BTN_FORWARD 0x115 |
Forward mouse button. | |
#define | BTN_BACK 0x116 |
Back mouse button. | |
#define | REL_X 0x00 |
X axis. | |
#define | REL_Y 0x01 |
Y axis. | |
#define | REL_Z 0x02 |
Z axis. | |
#define | REL_RX 0x03 |
RX axis. | |
#define | REL_RY 0x04 |
RY axis. | |
#define | REL_RZ 0x05 |
RZ axis. | |
#define | REL_HWHEEL 0x06 |
Horizontal wheel axis. | |
#define | REL_DIAL 0x07 |
Dial axis. | |
#define | REL_WHEEL 0x08 |
Wheel axis. | |
#define | REL_MISC 0x09 |
Miscellaneous additional axis. | |
#define | ABS_X 0x00 |
X axis. | |
#define | ABS_Y 0x01 |
Y axis. | |
#define | ABS_Z 0x02 |
Z axis. |
#define _ABLE_CLIB_ABLE_INPUT_H 1 |
#define ABS_X 0x00 |
X axis.
#define ABS_Y 0x01 |
Y axis.
#define ABS_Z 0x02 |
Z axis.
#define BTN_BACK 0x116 |
Back mouse button.
#define BTN_EXTRA 0x114 |
Extra mouse button.
#define BTN_FORWARD 0x115 |
Forward mouse button.
#define BTN_LEFT 0x110 |
Left mouse button.
#define BTN_MIDDLE 0x112 |
Middle mouse button.
#define BTN_RIGHT 0x111 |
Right mouse button.
#define BTN_SIDE 0x113 |
Side mouse button.
#define EV_ABS 0x03 |
Absolute movement event.
#define EV_KEY 0x01 |
Key/button event.
#define EV_REL 0x02 |
Relative movement event.
#define EV_SYN 0x00 |
Synchronisation event.
#define REL_DIAL 0x07 |
Dial axis.
#define REL_HWHEEL 0x06 |
Horizontal wheel axis.
#define REL_MISC 0x09 |
Miscellaneous additional axis.
#define REL_RX 0x03 |
RX axis.
#define REL_RY 0x04 |
RY axis.
#define REL_RZ 0x05 |
RZ axis.
#define REL_WHEEL 0x08 |
Wheel axis.
#define REL_X 0x00 |
X axis.
#define REL_Y 0x01 |
Y axis.
#define REL_Z 0x02 |
Z axis.