#include <BSOpenVRControllerDevice.h>
|
| ~BSOpenVRControllerDevice () override |
|
void | Initialize () override |
|
void | Process (float a_arg1) override |
|
void | Release () override |
|
bool | GetKeyMapping (std::uint32_t a_key, BSFixedString &a_mapping) override |
|
std::uint32_t | GetMappingKey (BSFixedString a_mapping) override |
|
bool | GetMappedKeycode (std::uint32_t a_key, std::uint32_t &outKeyCode) override |
|
bool | IsEnabled () const override |
|
void | Reset () override |
|
| ~BSTrackedControllerDevice () override |
|
bool | GetKeyMapping (std::uint32_t a_key, BSFixedString &a_mapping) override |
|
std::uint32_t | GetMappingKey (BSFixedString a_mapping) override |
|
bool | GetMappedKeycode (std::uint32_t a_key, std::uint32_t &outKeyCode) override |
|
bool | IsEnabled () const override |
|
| ~BSInputDevice () override |
|
bool | GetKeyMapping (std::uint32_t a_key, BSFixedString &a_mapping) override |
|
std::uint32_t | GetMappingKey (BSFixedString a_mapping) override |
|
bool | GetMappedKeycode (std::uint32_t a_key, std::uint32_t &outKeyCode) 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) |
|
virtual | ~BSIInputDevice ()=default |
|
virtual void | Initialize ()=0 |
|
virtual void | Process (float a_arg1)=0 |
|
virtual void | Release ()=0 |
|
virtual bool | GetKeyMapping (std::uint32_t a_key, BSFixedString &a_mapping)=0 |
|
virtual std::uint32_t | GetMappingKey (BSFixedString a_mapping)=0 |
|
virtual bool | GetMappedKeycode (std::uint32_t a_key, std::uint32_t &outKeyCode)=0 |
|
virtual bool | IsEnabled () const =0 |
|
virtual void | Reset ()=0 |
|
◆ ~BSOpenVRControllerDevice()
RE::BSOpenVRControllerDevice::~BSOpenVRControllerDevice |
( |
| ) |
|
|
override |
◆ GetKeyMapping()
bool RE::BSOpenVRControllerDevice::GetKeyMapping |
( |
std::uint32_t |
a_key, |
|
|
BSFixedString & |
a_mapping |
|
) |
| |
|
overridevirtual |
◆ GetMappedKeycode()
bool RE::BSOpenVRControllerDevice::GetMappedKeycode |
( |
std::uint32_t |
a_key, |
|
|
std::uint32_t & |
outKeyCode |
|
) |
| |
|
overridevirtual |
◆ GetMappingKey()
std::uint32_t RE::BSOpenVRControllerDevice::GetMappingKey |
( |
BSFixedString |
a_mapping | ) |
|
|
overridevirtual |
◆ Initialize()
void RE::BSOpenVRControllerDevice::Initialize |
( |
| ) |
|
|
overridevirtual |
◆ IsEnabled()
bool RE::BSOpenVRControllerDevice::IsEnabled |
( |
| ) |
const |
|
overridevirtual |
◆ Process()
void RE::BSOpenVRControllerDevice::Process |
( |
float |
a_arg1 | ) |
|
|
overridevirtual |
◆ Release()
void RE::BSOpenVRControllerDevice::Release |
( |
| ) |
|
|
overridevirtual |
◆ Reset()
void RE::BSOpenVRControllerDevice::Reset |
( |
| ) |
|
|
overridevirtual |
◆ RTTI
The documentation for this class was generated from the following file: