mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Spacing
This commit is contained in:
parent
39233a036b
commit
6f711184ac
1 changed files with 2 additions and 2 deletions
|
|
@ -38,12 +38,12 @@ bool EventThread::keyStates[] = { false };
|
|||
|
||||
EventThread::JoyState EventThread::joyState =
|
||||
{
|
||||
0, 0, { false }
|
||||
0, 0, { false }
|
||||
};
|
||||
|
||||
EventThread::MouseState EventThread::mouseState =
|
||||
{
|
||||
0, 0, { false }
|
||||
0, 0, { false }
|
||||
};
|
||||
|
||||
enum
|
||||
|
|
|
|||
Loading…
Reference in a new issue