[nostalgia/core/glfw] Fix key down initial state
This commit is contained in:
parent
033ffc2e15
commit
b214a7612a
@ -14,7 +14,7 @@ struct GlfwImplData {
|
|||||||
UpdateHandler eventHandler = nullptr;
|
UpdateHandler eventHandler = nullptr;
|
||||||
KeyEventHandler keyEventHandler = nullptr;
|
KeyEventHandler keyEventHandler = nullptr;
|
||||||
uint64_t wakeupTime = 0;
|
uint64_t wakeupTime = 0;
|
||||||
uint64_t keysDown;
|
uint64_t keysDown = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user