|
CommonLibSSE (powerof3)
|
#include <TogglePOVHandler.h>
Public Member Functions | |
| ~TogglePOVHandler () override | |
| bool | CanProcess (InputEvent *a_event) override |
| void | ProcessButton (ButtonEvent *a_event, PlayerControlsData *a_data) override |
Public Member Functions inherited from RE::HeldStateHandler | |
| ~HeldStateHandler () override=default | |
| virtual void | UpdateHeldStateActive (const ButtonEvent *a_event) |
| virtual void | SetHeldStateActive (bool a_flag) |
Public Member Functions inherited from RE::PlayerInputHandler | |
| virtual | ~PlayerInputHandler ()=default |
| virtual void | ProcessThumbstick (ThumbstickEvent *a_event, PlayerControlsData *a_data) |
| virtual void | ProcessMouseMove (MouseMoveEvent *a_event, PlayerControlsData *a_data) |
| bool | IsInputEventHandlingEnabled () const |
| void | SetInputEventHandlingEnabled (bool a_enabled) |
Public Attributes | |
| bool | pressRegistered |
| std::uint8_t | pad19 |
| std::uint16_t | pad1A |
| std::uint32_t | pad1C |
Public Attributes inherited from RE::HeldStateHandler | |
| bool | heldStateActive { false } |
| bool | triggerReleaseEvent { false } |
| std::uint16_t | pad12 { 0 } |
| std::uint32_t | pad14 { 0 } |
Public Attributes inherited from RE::PlayerInputHandler | |
| bool | inputEventHandlingEnabled { true } |
| std::uint8_t | pad09 { 0 } |
| std::uint16_t | pad0A { 0 } |
| std::uint32_t | pad0C { 0 } |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_TogglePOVHandler |
| static constexpr auto | VTABLE = VTABLE_TogglePOVHandler |
Static Public Attributes inherited from RE::HeldStateHandler | |
| static constexpr auto | RTTI = RTTI_HeldStateHandler |
| static constexpr auto | VTABLE = VTABLE_HeldStateHandler |
Static Public Attributes inherited from RE::PlayerInputHandler | |
| static constexpr auto | RTTI = RTTI_PlayerInputHandler |
| static constexpr auto | VTABLE = VTABLE_PlayerInputHandler |
|
override |
|
overridevirtual |
Implements RE::PlayerInputHandler.
|
overridevirtual |
Reimplemented from RE::PlayerInputHandler.
| std::uint8_t RE::TogglePOVHandler::pad19 |
| std::uint16_t RE::TogglePOVHandler::pad1A |
| std::uint32_t RE::TogglePOVHandler::pad1C |
| bool RE::TogglePOVHandler::pressRegistered |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |