|
CommonLibVR
|
#include <LocalMapMenu.h>
Public Member Functions | |
| ~InputHandler () override | |
| bool | CanProcess (InputEvent *a_event) override |
| bool | ProcessThumbstick (ThumbstickEvent *a_event) override |
| bool | ProcessMouseMove (MouseMoveEvent *a_event) override |
| bool | ProcessButton (ButtonEvent *a_event) override |
Public Member Functions inherited from RE::MenuEventHandler | |
| MenuEventHandler ()=default | |
| virtual | ~MenuEventHandler ()=default |
| virtual bool | ProcessKinect (KinectEvent *a_event) |
Public Member Functions inherited from RE::BSIntrusiveRefCounted | |
| std::uint32_t | IncRef () const |
| std::uint32_t | DecRef () const |
| TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
| LocalMapMenu * | localMapMenu |
Public Attributes inherited from RE::MenuEventHandler | |
| bool | registered |
| std::uint8_t | unk0D |
| std::uint16_t | pad0E |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_LocalMapMenu__InputHandler |
| static constexpr auto | VTABLE = VTABLE_LocalMapMenu__InputHandler |
Static Public Attributes inherited from RE::MenuEventHandler | |
| static constexpr auto | RTTI = RTTI_MenuEventHandler |
| static constexpr auto | VTABLE = VTABLE_MenuEventHandler |
Additional Inherited Members | |
Protected Attributes inherited from RE::BSIntrusiveRefCounted | |
| volatile std::uint32_t | _refCount { 0 } |
|
override |
|
overridevirtual |
Implements RE::MenuEventHandler.
|
overridevirtual |
Reimplemented from RE::MenuEventHandler.
|
overridevirtual |
Reimplemented from RE::MenuEventHandler.
|
overridevirtual |
Reimplemented from RE::MenuEventHandler.
| LocalMapMenu* RE::LocalMapMenu::InputHandler::localMapMenu |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |