mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
UICodeEditor use the default keyboard modifier.
Some minor fixes.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user