CommonLibSSE (Parapets fork)
RE::DirectionHandler Struct Reference

#include <DirectionHandler.h>

Inheritance diagram for RE::DirectionHandler:
RE::MenuEventHandler RE::BSIntrusiveRefCounted

Public Member Functions

virtual ~DirectionHandler ()
 
bool ShouldHandleEvent (const InputEvent *a_event) override
 
bool HandleEvent (const ButtonEvent *a_event) override
 
bool HandleEvent (const ThumbstickEvent *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 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

std::uint32_t unk10
 
float menuKeyRepeatLong
 
float menuKeyRepeatShort
 
std::uint64_t unk20
 
std::uint32_t unk28
 
std::uint32_t unk2C
 
- Public Attributes inherited from RE::MenuEventHandler
bool registered
 
std::uint8_t unk0D
 
std::uint16_t pad0E
 

Static Public Attributes

static constexpr auto RTTI = RTTI_DirectionHandler
 
- Static Public Attributes inherited from RE::MenuEventHandler
static constexpr auto RTTI = RTTI_MenuEventHandler
 

Additional Inherited Members

- Protected Attributes inherited from RE::BSIntrusiveRefCounted
volatile std::uint32_t _refCount { 0 }
 

Constructor & Destructor Documentation

◆ ~DirectionHandler()

virtual RE::DirectionHandler::~DirectionHandler ( )
virtual

Member Function Documentation

◆ HandleEvent() [1/2]

bool RE::DirectionHandler::HandleEvent ( const ButtonEvent a_event)
overridevirtual

Reimplemented from RE::MenuEventHandler.

◆ HandleEvent() [2/2]

bool RE::DirectionHandler::HandleEvent ( const ThumbstickEvent a_event)
overridevirtual

Reimplemented from RE::MenuEventHandler.

◆ ShouldHandleEvent()

bool RE::DirectionHandler::ShouldHandleEvent ( const InputEvent a_event)
overridevirtual

Implements RE::MenuEventHandler.

Member Data Documentation

◆ menuKeyRepeatLong

float RE::DirectionHandler::menuKeyRepeatLong

◆ menuKeyRepeatShort

float RE::DirectionHandler::menuKeyRepeatShort

◆ RTTI

constexpr auto RE::DirectionHandler::RTTI = RTTI_DirectionHandler
inlinestaticconstexpr

◆ unk10

std::uint32_t RE::DirectionHandler::unk10

◆ unk20

std::uint64_t RE::DirectionHandler::unk20

◆ unk28

std::uint32_t RE::DirectionHandler::unk28

◆ unk2C

std::uint32_t RE::DirectionHandler::unk2C

The documentation for this struct was generated from the following file: