![]() |
DDraceNetwork Documentation
|
#include <menus.h>
Public Member Functions | |
| CMenusKeyBinder () | |
| int | Sizeof () const override |
| bool | OnInput (const IInput::CEvent &Event) override |
Public Member Functions inherited from CComponent | |
| virtual | ~CComponent ()=default |
| virtual void | OnStateChange (int NewState, int OldState) |
| virtual void | OnConsoleInit () |
| virtual void | OnInit () |
| virtual void | OnShutdown () |
| virtual void | OnReset () |
| virtual void | OnWindowResize () |
| virtual void | OnUpdate () |
| virtual void | OnRender () |
| virtual void | OnNewSnapshot () |
| virtual void | OnRelease () |
| virtual void | OnMapLoad () |
| virtual void | OnMessage (int Msg, void *pRawMsg) |
| virtual bool | OnCursorMove (float x, float y, IInput::ECursorType CursorType) |
| virtual bool | OnTouchState (const std::vector< IInput::CTouchFingerState > &vTouchFingerStates) |
Public Member Functions inherited from CComponentInterfaces | |
| virtual void | OnInterfacesInit (CGameClient *pClient) |
| virtual | ~CComponentInterfaces ()=default |
Public Attributes | |
| const void * | m_pKeyReaderId |
| bool | m_TakeKey |
| bool | m_GotKey |
| IInput::CEvent | m_Key |
| int | m_ModifierCombination |
Additional Inherited Members | |
Protected Member Functions inherited from CComponentInterfaces | |
| class CGameClient * | GameClient () const |
| class IClient * | Client () const |
| class IKernel * | Kernel () const |
| class IEngine * | Engine () const |
| class IGraphics * | Graphics () const |
| class ITextRender * | TextRender () const |
| class IInput * | Input () const |
| class IStorage * | Storage () const |
| class CUi * | Ui () const |
| class ISound * | Sound () const |
| class CRenderTools * | RenderTools () const |
| class CRenderMap * | RenderMap () const |
| class IConfigManager * | ConfigManager () const |
| class CConfig * | Config () const |
| class IConsole * | Console () const |
| class IDemoPlayer * | DemoPlayer () const |
| class IDemoRecorder * | DemoRecorder (int Recorder) const |
| class IFavorites * | Favorites () const |
| class IServerBrowser * | ServerBrowser () const |
| class CLayers * | Layers () const |
| class CCollision * | Collision () const |
| int64_t | time () const |
| float | LocalTime () const |
| class IHttp * | Http () const |
| CMenusKeyBinder::CMenusKeyBinder | ( | ) |
|
overridevirtual |
|
inlineoverridevirtual |
Gets the size of the non-abstract component.
Implements CComponent.
| bool CMenusKeyBinder::m_GotKey |
| IInput::CEvent CMenusKeyBinder::m_Key |
| int CMenusKeyBinder::m_ModifierCombination |
| bool CMenusKeyBinder::m_TakeKey |