mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 04:15:36 +00:00
Implement basic keyboard & mouse support for openvr overlays
This commit is contained in:
parent
f91aa639d6
commit
734688ff7e
6 changed files with 167 additions and 21 deletions
|
|
@ -124,6 +124,7 @@ public:
|
|||
void invalidText(bool playSound = true);
|
||||
void validText();
|
||||
bool isValidText();
|
||||
inline bool isPasswordText() { return mPasswordText; }
|
||||
|
||||
bool isAllTextSelected();
|
||||
void selectAllText();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue