Push fake keyboard - Simulatekeyboard
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user