yet another api rework, removal of integer types in public api, optionals at the end, some cleaning
This commit is contained in:
@ -61,8 +61,8 @@ typedef struct ActionHashItem {
|
||||
typedef struct InputState {
|
||||
const uint8_t *keyboard_state; /* array of booleans indexed by scancode */
|
||||
ActionHashItem *action_hash;
|
||||
Vec2i mouse_window_position;
|
||||
Vec2i mouse_relative_position;
|
||||
Vec2 mouse_window_position;
|
||||
Vec2 mouse_relative_position;
|
||||
uint32_t mouse_state; /* SDL mouse button bitmask */
|
||||
ButtonSource last_active_source;
|
||||
bool is_anything_just_pressed;
|
||||
|
Reference in New Issue
Block a user