CommonLibSSE (powerof3)
|
#include <BSWin32VirtualKeyboardDevice.h>
Public Member Functions | |
~BSWin32VirtualKeyboardDevice () override | |
void | Initialize () override |
void | Process (float a_arg1) override |
void | Unk_03 (void) override |
void | Reset () override |
void | Unk_0B (void) override |
void | Unk_0C (void) override |
void | Unk_0D (void) override |
![]() | |
~BSVirtualKeyboardDevice () override | |
void | Unk_09 (void) override |
void | Unk_0A (void) override |
![]() | |
~BSKeyboardDevice () override | |
![]() | |
~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 |
![]() | |
virtual | ~BSIInputDevice () |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_BSWin32VirtualKeyboardDevice |
![]() | |
static constexpr auto | RTTI = RTTI_BSVirtualKeyboardDevice |
![]() | |
static constexpr auto | RTTI = RTTI_BSKeyboardDevice |
![]() | |
static constexpr auto | RTTI = RTTI_BSInputDevice |
![]() | |
static constexpr auto | RTTI = RTTI_BSIInputDevice |
Additional Inherited Members | |
![]() | |
using | Key = Keys::Key |
![]() | |
INPUT_DEVICE | device |
std::uint32_t | pad0C |
BSTHashMap< std::uint32_t, InputButton * > | deviceButtons |
BSTHashMap< BSFixedString, std::uint32_t > | buttonNameIDMap |
|
override |
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSVirtualKeyboardDevice.
|
overridevirtual |
Implements RE::BSVirtualKeyboardDevice.
|
overridevirtual |
Implements RE::BSVirtualKeyboardDevice.
|
inlinestaticconstexpr |