struct io_event_serial
Declaration
struct io_event_serial { /* full declaration omitted */ };
Declared at: include/ekg/os/platform.hpp:82
Member Variables
- public ekg::platform_event_type event_type = {}
- public std::string_view text_input = {}
- public uint8_t mouse_button = {}
- public int32_t mouse_motion_x = {}
- public int32_t mouse_motion_y = {}
- public int32_t mouse_wheel_x = {}
- public int32_t mouse_wheel_y = {}
- public float mouse_wheel_precise_x = {}
- public float mouse_wheel_precise_y = {}
- public ekg::os::io_key key = {}
- public float finger_x = {}
- public float finger_y = {}
- public float finger_dx = {}
- public float finger_dy = {}