rework input to be in line with rendering semantics
This commit is contained in:
@ -33,6 +33,7 @@ typedef enum ButtonSource {
|
||||
typedef struct Button {
|
||||
enum ButtonSource source;
|
||||
union ButtonCode code;
|
||||
bool in_use;
|
||||
} Button;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user