|
CommonLibSSE (Parapets fork)
|
#include <ActivateHandler.h>
Public Member Functions | |
| ~ActivateHandler () override | |
| bool | CanProcess (InputEvent *a_event) override |
| void | ProcessButton (ButtonEvent *a_event, PlayerControlsData *a_data) override |
| constexpr void | SetHeldButtonActionSuccess (bool a_success) noexcept |
Public Member Functions inherited from RE::HeldStateHandler | |
| ~HeldStateHandler () override | |
| virtual void | UpdateHeldStateActive (const ButtonEvent *a_event) |
| virtual void | SetHeldStateActive (bool a_flag) |
Public Member Functions inherited from RE::PlayerInputHandler | |
| virtual | ~PlayerInputHandler () |
| 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 | |
| std::uint8_t | unk18 |
| std::uint8_t | unk19 |
| bool | heldButtonActionSuccess |
| bool | disabled |
| std::uint32_t | unk1C |
Public Attributes inherited from RE::HeldStateHandler | |
| bool | heldStateActive |
| bool | triggerReleaseEvent |
| std::uint16_t | pad12 |
| std::uint32_t | pad14 |
Public Attributes inherited from RE::PlayerInputHandler | |
| bool | inputEventHandlingEnabled |
| std::uint8_t | pad09 |
| std::uint16_t | pad0A |
| std::uint32_t | pad0C |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_ActivateHandler |
Static Public Attributes inherited from RE::HeldStateHandler | |
| static constexpr auto | RTTI = RTTI_HeldStateHandler |
Static Public Attributes inherited from RE::PlayerInputHandler | |
| static constexpr auto | RTTI = RTTI_PlayerInputHandler |
|
override |
|
overridevirtual |
Implements RE::PlayerInputHandler.
|
overridevirtual |
Reimplemented from RE::PlayerInputHandler.
|
inlineconstexprnoexcept |
| bool RE::ActivateHandler::disabled |
| bool RE::ActivateHandler::heldButtonActionSuccess |
|
inlinestaticconstexpr |
| std::uint8_t RE::ActivateHandler::unk18 |
| std::uint8_t RE::ActivateHandler::unk19 |
| std::uint32_t RE::ActivateHandler::unk1C |