Push fake keyboard - Simulatekeyboard

This commit is contained in:
mduval76
2023-12-08 19:55:59 -05:00
parent 721fef57e2
commit d6b1870b5b
2 changed files with 170 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ private:
void PrintText(float x, float y, const std::string& t, float charSizeMultiplier = 1.0f);
void ProcessNotificationQueue();
char SimulateKeyboard(unsigned char key);
Connector m_conn;
@@ -211,6 +212,7 @@ private:
bool m_keyS = false;
bool m_keyD = false;
bool m_keySpace = false;
bool m_keyShift = false;
bool m_mouseL = false;
bool m_mouseR = false;