add advanced tooltips, F3+H combo, and handle settings (#1389)

This commit is contained in:
Sylvessa 2026-03-23 17:54:46 -05:00 committed by GitHub
parent 77433dbd86
commit 127465b0eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 68 additions and 26 deletions

View file

@ -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;