Push SimulateKeyboard différencie MAJ et MIN

This commit is contained in:
mduval76
2023-12-08 21:45:19 -05:00
parent d6b1870b5b
commit 9562dc00b8
2 changed files with 126 additions and 95 deletions

View File

@@ -62,7 +62,7 @@ private:
void DisplayInfo(float elapsedTime, BlockType bloc);
void DisplaySplashScreen();
void DisplayLobbyMenu();
void DisplayLobbyMenu(float elapsedTime);
void DisplayMainMenu();
void DrawButtonBackgrounds(float centerX, float centerY, int iterations);
@@ -202,6 +202,9 @@ private:
bool m_selectedPlayOptions = false;
bool m_selectedOptions = false;
bool m_selectedQuit = false;
char m_inputChar = 0;
bool m_charChanged = false;
bool m_key1 = false;
bool m_key2 = false;
@@ -211,6 +214,7 @@ private:
bool m_keyA = false;
bool m_keyS = false;
bool m_keyD = false;
bool m_keyEnter = false;
bool m_keySpace = false;
bool m_keyShift = false;