mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(event): process focus input
This commit is contained in:
parent
27cab4814c
commit
2b791973b5
2 changed files with 21 additions and 1 deletions
|
|
@ -220,6 +220,10 @@ struct EVENT_DATA_CHAR {
|
|||
uint32_t repeat;
|
||||
};
|
||||
|
||||
struct EVENT_DATA_FOCUS {
|
||||
int32_t focus;
|
||||
};
|
||||
|
||||
struct EVENT_DATA_IDLE {
|
||||
float elapsedSec;
|
||||
uint32_t time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue