40 #ifndef _orxCONSOLE_H_ 41 #define _orxCONSOLE_H_ 51 #define orxCONSOLE_KZ_INPUT_SET "-=ConsoleSet=-" 53 #define orxCONSOLE_KZ_INPUT_TOGGLE "Toggle" 54 #define orxCONSOLE_KZ_INPUT_AUTOCOMPLETE "AutoComplete" 55 #define orxCONSOLE_KZ_INPUT_DELETE "Delete" 56 #define orxCONSOLE_KZ_INPUT_DELETE_AFTER "DeleteAfter" 57 #define orxCONSOLE_KZ_INPUT_TOGGLE_MODE "ToggleMode" 58 #define orxCONSOLE_KZ_INPUT_ENTER "Enter" 59 #define orxCONSOLE_KZ_INPUT_PREVIOUS "Previous" 60 #define orxCONSOLE_KZ_INPUT_NEXT "Next" 61 #define orxCONSOLE_KZ_INPUT_LEFT "Left" 62 #define orxCONSOLE_KZ_INPUT_RIGHT "Right" 63 #define orxCONSOLE_KZ_INPUT_START "Start" 64 #define orxCONSOLE_KZ_INPUT_END "End" 65 #define orxCONSOLE_KZ_INPUT_PASTE "Paste" 66 #define orxCONSOLE_KZ_INPUT_SCROLL_DOWN "ScrollDown" 67 #define orxCONSOLE_KZ_INPUT_SCROLL_UP "ScrollUp" 69 #define orxCONSOLE_KZ_CONFIG_HISTORY_FILE_EXTENSION "cih" 74 extern orxDLLAPI void orxFASTCALL orxConsole_Setup(); orxDLLAPI orxBOOL orxFASTCALL orxConsole_IsEnabled()
orxDLLAPI orxSTATUS orxFASTCALL orxConsole_SetToggle(orxINPUT_TYPE _eInputType, orxENUM _eInputID, orxINPUT_MODE _eInputMode)
orxDLLAPI orxSTATUS orxFASTCALL orxConsole_SetLogLineLength(orxU32 _u32LineLength)
orxDLLAPI orxSTATUS orxFASTCALL orxConsole_Log(const orxSTRING _zText)
orxDLLAPI orxBOOL orxFASTCALL orxConsole_IsInsertMode()
orxDLLAPI void orxFASTCALL orxConsole_Exit()
orxDLLAPI orxSTATUS orxFASTCALL orxConsole_Init()
orxDLLAPI orxU32 orxFASTCALL orxConsole_GetTrailLogLineOffset()
orxDLLAPI const orxSTRING orxFASTCALL orxConsole_GetInput(orxU32 *_pu32CursorIndex)
orxDLLAPI const orxSTRING orxFASTCALL orxConsole_GetCompletion(orxU32 _u32Index, orxBOOL *_pbActive)
orxDLLAPI void orxFASTCALL orxConsole_Enable(orxBOOL _bEnable)
orxDLLAPI const orxFONT *orxFASTCALL orxConsole_GetFont()
orxDLLAPI orxU32 orxFASTCALL orxConsole_GetLogLineLength()
orxDLLAPI orxSTATUS orxFASTCALL orxConsole_SetFont(const orxFONT *_pstFont)
orxDLLAPI const orxSTRING orxFASTCALL orxConsole_GetTrailLogLine(orxU32 _u32TrailLineIndex)
orxDLLAPI orxU32 orxFASTCALL orxConsole_GetCompletionCount(orxU32 *_pu32MaxLength)
struct __orxFONT_t orxFONT