Changeset 8689 for code/branches/unity_build/src/libraries/core
- Timestamp:
- May 30, 2011, 6:59:50 PM (13 years ago)
- File:
-
- 1 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_; }
Note: See TracChangeset
for help on using the changeset viewer.