CommonLibSSE (Parapets fork)
|
#include <BSInputDevice.h>
Classes | |
struct | InputButton |
Public Member Functions | |
~BSInputDevice () override | |
bool | GetKeyMapping (std::uint32_t a_key, BSFixedString &a_mapping) override |
std::uint32_t | GetMappingKey (BSFixedString a_mapping) override |
void | Unk_06 (void) override |
bool | IsEnabled () const override |
bool | IsKeyboard () const |
bool | IsMouse () const |
bool | IsGamepad () const |
bool | IsPressed (std::uint32_t a_keyCode) const |
Public Member Functions inherited from RE::BSIInputDevice | |
virtual | ~BSIInputDevice () |
virtual void | Initialize ()=0 |
virtual void | Process (float a_arg1)=0 |
virtual void | Unk_03 (void)=0 |
virtual bool | GetKeyMapping (std::uint32_t a_key, BSFixedString &a_mapping)=0 |
virtual std::uint32_t | GetMappingKey (BSFixedString a_mapping)=0 |
virtual void | Unk_06 (void)=0 |
virtual bool | IsEnabled () const =0 |
virtual void | Reset ()=0 |
Public Attributes | |
INPUT_DEVICE | device |
std::uint32_t | pad0C |
BSTHashMap< std::uint32_t, InputButton * > | deviceButtons |
BSTHashMap< BSFixedString, std::uint32_t > | buttonNameIDMap |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_BSInputDevice |
Static Public Attributes inherited from RE::BSIInputDevice | |
static constexpr auto | RTTI = RTTI_BSIInputDevice |
|
override |
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
bool RE::BSInputDevice::IsGamepad | ( | ) | const |
bool RE::BSInputDevice::IsKeyboard | ( | ) | const |
bool RE::BSInputDevice::IsMouse | ( | ) | const |
bool RE::BSInputDevice::IsPressed | ( | std::uint32_t | a_keyCode | ) | const |
|
overridevirtual |
Implements RE::BSIInputDevice.
BSTHashMap<BSFixedString, std::uint32_t> RE::BSInputDevice::buttonNameIDMap |
INPUT_DEVICE RE::BSInputDevice::device |
BSTHashMap<std::uint32_t, InputButton*> RE::BSInputDevice::deviceButtons |
std::uint32_t RE::BSInputDevice::pad0C |
|
inlinestaticconstexpr |