|
RADPx-OS Kernel (Radical Posix OS)
Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
|
Public data structure for rad_input_event. More...
#include <radkernel.h>
Public Attributes | |
| uint32_t | size |
| Public structure field. | |
| rad_input_event_type_t | type |
| Public structure field. | |
| uint32_t | code |
| Public structure field. | |
| uint32_t | codepoint |
| Public structure field. | |
| uint32_t | modifiers |
| Public structure field. | |
| uint8_t | pressed |
| Public structure field. | |
| uint8_t | repeat |
| Public structure field. | |
| uint16_t | reserved |
| Public structure field. | |
| int32_t | x |
| Public structure field. | |
| int32_t | y |
| Public structure field. | |
| int32_t | dx |
| Public structure field. | |
| int32_t | dy |
| Public structure field. | |
| int32_t | scroll_x |
| Public structure field. | |
| int32_t | scroll_y |
| Public structure field. | |
| uint32_t | buttons |
| Public structure field. | |
Public data structure for rad_input_event.