CommonLibVR
|
#include <BSKeyboardDevice.h>
Classes | |
struct | Keys |
Public Types | |
using | Key = Keys::Key |
Public Member Functions | |
~BSKeyboardDevice () override | |
virtual void | Unk_09 (void)=0 |
virtual void | Unk_0A (void)=0 |
Public Member Functions inherited from RE::BSInputDevice | |
~BSInputDevice () override | |
bool | GetButtonNameFromID (std::int32_t a_id, BSFixedString &a_buttonName) override |
std::uint32_t | GetMappingKey (BSFixedString a_mapping) override |
bool | GetKeyCodeFromID (std::int32_t a_id, std::uint32_t &a_keyCode) override |
bool | IsEnabled () const override |
bool | IsKeyboard () const |
bool | IsMouse () const |
bool | IsGamepad () const |
bool | IsPressed (std::uint32_t a_keyCode) const |
bool | LoadControlsDefinitionFile (const char *a_fileName) |
void | ResetButtonMaps () |
void | SetButtonState (std::uint32_t a_buttonId, float a_timeSinceLastPoll, bool a_buttonWasPressed, bool a_buttonIsPressed) |
Public Member Functions inherited from RE::BSIInputDevice | |
virtual | ~BSIInputDevice () |
virtual void | Initialize ()=0 |
virtual void | Process (float a_arg1)=0 |
virtual void | Release ()=0 |
virtual void | Reset ()=0 |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_BSKeyboardDevice |
static constexpr auto | VTABLE = VTABLE_BSKeyboardDevice |
Static Public Attributes inherited from RE::BSInputDevice | |
static constexpr auto | RTTI = RTTI_BSInputDevice |
static constexpr auto | VTABLE = VTABLE_BSInputDevice |
Static Public Attributes inherited from RE::BSIInputDevice | |
static constexpr auto | RTTI = RTTI_BSIInputDevice |
static constexpr auto | VTABLE = VTABLE_BSIInputDevice |
Protected Member Functions | |
BSKeyboardDevice () | |
Additional Inherited Members | |
Public Attributes inherited from RE::BSInputDevice | |
INPUT_DEVICE | device |
std::uint32_t | pad0C |
BSTHashMap< std::uint32_t, InputButton * > | deviceButtons |
BSTHashMap< BSFixedString, std::uint32_t > | buttonNameIDMap |
using RE::BSKeyboardDevice::Key = Keys::Key |
|
override |
|
protected |
|
pure virtual |
Implemented in RE::BSWin32KeyboardDevice, and RE::BSVirtualKeyboardDevice.
|
pure virtual |
Implemented in RE::BSWin32KeyboardDevice, and RE::BSVirtualKeyboardDevice.
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |