UICodeEditor use the default keyboard modifier.

Some minor fixes.
This commit is contained in:
Martín Lucas Golini
2024-02-08 22:23:46 -03:00
parent 7ad57beffc
commit 4bc250515c
6 changed files with 20 additions and 13 deletions

View File

@@ -105,6 +105,9 @@ class EE_API Input {
/** @return If the Control Key is pressed */
bool isControlPressed() const;
/** @return If the default key modifier is pressed */
bool isKeyModPressed() const;
/** @return If the left Shift Key is pressed */
bool isLeftShiftPressed() const;