Changeset 8689
- Timestamp:
- May 30, 2011, 6:59:50 PM (13 years ago)
- Location:
- code/branches/unity_build/src/libraries
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/libraries/core/GUIManager.h
r8687 r8689 115 115 116 116 //! Creates a new InputState to be used with a GUI Sheet 117 const std::string& createInputState(const std::string& name, tribool showCursor = tr ue, tribool useKeyboard = true, bool bBlockJoyStick = false); // tolua_export117 const std::string& createInputState(const std::string& name, tribool showCursor = tribool(true), tribool useKeyboard = tribool(true), bool bBlockJoyStick = false); // tolua_export 118 118 LuaState* getLuaState(void) 119 119 { return this->luaState_; } -
code/branches/unity_build/src/libraries/util/tribool.h
r8687 r8689 27 27 * \brief Keyword for the dontcare tribool value 28 28 */ 29 const dontcare_keyword_t dontcare ;29 const dontcare_keyword_t dontcare = dontcare_keyword_t(); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.