mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-14 02:22:00 +00:00
add advanced tooltips, F3+H combo, and handle settings (#1389)
This commit is contained in:
@@ -56,6 +56,8 @@ public:
|
||||
bool IsKeyPressed(int vkCode) const;
|
||||
bool IsKeyReleased(int vkCode) const;
|
||||
|
||||
int GetPressedKey() const;
|
||||
|
||||
bool IsMouseButtonDown(int button) const;
|
||||
bool IsMouseButtonPressed(int button) const;
|
||||
bool IsMouseButtonReleased(int button) const;
|
||||
|
||||
Reference in New Issue
Block a user