mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44: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
|
|
@ -286,6 +286,8 @@ class GuiControl : public SimGroup
|
|||
const char * getConsoleCommand(); ///< Returns the name of the function bound to this GuiControl
|
||||
LangTable *getGUILangTable(void);
|
||||
const UTF8 *getGUIString(S32 id);
|
||||
|
||||
inline String& getTooltip() { return mTooltip; } ///< Returns the tooltip
|
||||
|
||||
/// @}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue