mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(event): implement OsInputGet for windows
This commit is contained in:
parent
788dde31ef
commit
885eeeabd8
7 changed files with 51 additions and 4 deletions
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
namespace Input {
|
||||
CRect s_boundingRect;
|
||||
int32_t s_queueHead;
|
||||
int32_t s_queueTail;
|
||||
OSEVENT s_queue[32];
|
||||
|
||||
MOUSEBUTTON s_buttonConversion[16] = {
|
||||
|
|
@ -51,6 +49,8 @@ MOUSEMODE Input::s_mouseMode;
|
|||
int32_t Input::s_numlockState;
|
||||
int32_t Input::s_simulatedRightButtonClick;
|
||||
uint32_t Input::s_metaKeyState;
|
||||
int32_t Input::s_queueHead;
|
||||
int32_t Input::s_queueTail;
|
||||
|
||||
#if defined(WHOA_SYSTEM_WIN)
|
||||
int32_t Input::s_savedMouseSpeed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue