Public Member Functions | |
| KRenderConsole () | |
| void | Init (KRender *pRender) |
| void | End () |
| void | Display () |
| bool | OnKeyDown (u32 VirtKey, u32 KeyData) |
| void | Open (s32 PosY, float Speed=RENDERCONSOLE_SPEED) |
| void | Close () |
| bool | IsClosed () |
| bool | IsOpened () |
| bool | IsOpening () |
| bool | IsClosing () |
| void | SetFontColor (KCOLOR Color1, KCOLOR Color2) |
Protected Member Functions | |
| virtual void | Write (char *pString) |
| void | AddNewLine (char *pString) |
| void | AddCurrentLine (char *pString) |
Protected Attributes | |
| KRender * | m_pRender |
| KSHADER | m_hShaderBack |
| s32 | m_PosY |
| s32 | m_StartY |
| s32 | m_EndY |
| KTIME | m_StartTime |
| float | m_Speed |
| KTable< char * > | m_Strings |
| KStr | m_sCommand |
| KStr | m_sLastCommand |
| u32 | m_nStrings |
| bool | m_NewLine |
| KCOLOR | m_FontColor1 |
| KCOLOR | m_FontColor2 |
Definition at line 25 of file RenderConsole.h.
1.5.1-p1