feat(event): process focus input

This commit is contained in:
fallenoak 2023-03-15 23:54:59 -05:00
parent 27cab4814c
commit 2b791973b5
2 changed files with 21 additions and 1 deletions

View file

@ -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;