|
CommonLibSSE (Parapets fork)
|
#include <FavoritesHandler.h>
Public Member Functions | |
| ~FavoritesHandler () override | |
| bool | ShouldHandleEvent (const InputEvent *a_event) override |
| bool | HandleEvent (const ButtonEvent *a_event) override |
| bool | HandleEvent (const KinectEvent *a_event) override |
Public Member Functions inherited from RE::MenuEventHandler | |
| MenuEventHandler ()=default | |
| virtual | ~MenuEventHandler ()=default |
| virtual bool | HandleEvent (const MouseMoveEvent *a_event) |
| virtual bool | HandleEvent (const ThumbstickEvent *a_event) |
Public Member Functions inherited from RE::BSIntrusiveRefCounted | |
| std::uint32_t | IncRef () const |
| std::uint32_t | DecRef () const |
| TES_HEAP_REDEFINE_NEW () | |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_FavoritesHandler |
Static Public Attributes inherited from RE::MenuEventHandler | |
| static constexpr auto | RTTI = RTTI_MenuEventHandler |
Additional Inherited Members | |
Public Attributes inherited from RE::MenuEventHandler | |
| bool | registered |
| std::uint8_t | unk0D |
| std::uint16_t | pad0E |
Protected Attributes inherited from RE::BSIntrusiveRefCounted | |
| volatile std::uint32_t | _refCount { 0 } |
|
override |
|
overridevirtual |
Reimplemented from RE::MenuEventHandler.
|
overridevirtual |
Reimplemented from RE::MenuEventHandler.
|
overridevirtual |
Implements RE::MenuEventHandler.
|
inlinestaticconstexpr |