mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Fixed spelling errors
Fixed spelling errors.
This commit is contained in:
parent
0007a518bc
commit
dd46e800eb
1 changed files with 2 additions and 2 deletions
|
|
@ -364,7 +364,7 @@ public:
|
|||
/// datablock. It is used to control information that does not change
|
||||
/// or is unlikely to change during execution of a program. It is also
|
||||
/// a level of abstraction between script and GUI control so that you can
|
||||
/// use the same control, say a button, and have it look completly different
|
||||
/// use the same control, say a button, and have it look completely different
|
||||
/// just with a different profile.
|
||||
class GuiControlProfile : public SimObject
|
||||
{
|
||||
|
|
@ -376,7 +376,7 @@ public:
|
|||
|
||||
U32 mUseCount; ///< Total number of controls currently referencing this profile.
|
||||
U32 mLoadCount; ///< Number of controls in woken state using this profile; resources for the profile are loaded when this is >0.
|
||||
bool mTabable; ///< True if this object is accessable from using the tab key
|
||||
bool mTabable; ///< True if this object is accessible from using the tab key
|
||||
|
||||
bool mCanKeyFocus; ///< True if the object can be given keyboard focus (in other words, made a first responder @see GuiControl)
|
||||
bool mModal; ///< True if this is a Modeless dialog meaning it will pass input through instead of taking it all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue