orx 1.16
Portable Game Engine
Loading...
Searching...
No Matches
orxConsole.h File Reference
#include "orxInclude.h"
#include "display/orxFont.h"
#include "io/orxInput.h"

Go to the source code of this file.

Macros

#define orxCONSOLE_KZ_CONFIG_HISTORY_FILE_EXTENSION   "cih"
#define orxCONSOLE_KZ_INPUT_AUTOCOMPLETE   "AutoComplete"
#define orxCONSOLE_KZ_INPUT_DELETE   "Delete"
#define orxCONSOLE_KZ_INPUT_DELETE_AFTER   "DeleteAfter"
#define orxCONSOLE_KZ_INPUT_END   "End"
#define orxCONSOLE_KZ_INPUT_ENTER   "Enter"
#define orxCONSOLE_KZ_INPUT_LEFT   "Left"
#define orxCONSOLE_KZ_INPUT_NEXT   "Next"
#define orxCONSOLE_KZ_INPUT_PASTE   "Paste"
#define orxCONSOLE_KZ_INPUT_PREVIOUS   "Previous"
#define orxCONSOLE_KZ_INPUT_RIGHT   "Right"
#define orxCONSOLE_KZ_INPUT_SCROLL_DOWN   "ScrollDown"
#define orxCONSOLE_KZ_INPUT_SCROLL_UP   "ScrollUp"
#define orxCONSOLE_KZ_INPUT_SET   "orx:input:console"
#define orxCONSOLE_KZ_INPUT_START   "Start"
#define orxCONSOLE_KZ_INPUT_TOGGLE   "Toggle"
#define orxCONSOLE_KZ_INPUT_TOGGLE_MODE   "ToggleMode"

Functions

orxDLLAPI void orxFASTCALL orxConsole_Enable (orxBOOL _bEnable)
orxDLLAPI void orxFASTCALL orxConsole_Exit ()
orxDLLAPI const orxSTRING orxFASTCALL orxConsole_GetCompletion (orxU32 _u32Index, orxBOOL *_pbActive)
orxDLLAPI orxU32 orxFASTCALL orxConsole_GetCompletionCount (orxU32 *_pu32MaxLength)
orxDLLAPI const orxFONT *orxFASTCALL orxConsole_GetFont ()
orxDLLAPI const orxSTRING orxFASTCALL orxConsole_GetInput (orxU32 *_pu32CursorIndex)
orxDLLAPI orxU32 orxFASTCALL orxConsole_GetLogLineLength ()
orxDLLAPI const orxSTRING orxFASTCALL orxConsole_GetTrailLogLine (orxU32 _u32TrailLineIndex)
orxDLLAPI orxU32 orxFASTCALL orxConsole_GetTrailLogLineOffset ()
orxDLLAPI orxSTATUS orxFASTCALL orxConsole_Init ()
orxDLLAPI orxBOOL orxFASTCALL orxConsole_IsEnabled ()
orxDLLAPI orxBOOL orxFASTCALL orxConsole_IsInsertMode ()
orxDLLAPI orxSTATUS orxFASTCALL orxConsole_Log (const orxSTRING _zText)
orxDLLAPI orxSTATUS orxFASTCALL orxConsole_SetFont (const orxFONT *_pstFont)
orxDLLAPI orxSTATUS orxFASTCALL orxConsole_SetLogLineLength (orxU32 _u32LineLength)
orxDLLAPI orxSTATUS orxFASTCALL orxConsole_SetToggle (orxINPUT_TYPE _eInputType, orxENUM _eInputID, orxINPUT_MODE _eInputMode)
orxDLLAPI void orxFASTCALL orxConsole_Setup ()

Detailed Description


Generated for orx by doxygen 1.8.11