CommonLibSSE NG
|
#include <BSGamepadDevice.h>
Classes | |
struct | ColorParam |
Public Member Functions | |
~BSGamepadDevice () override | |
bool | IsEnabled () const override |
virtual void | SetRumble (float a_lValue, float a_rValue)=0 |
virtual void | SetLEDColor (ColorParam *a_colorParam) |
virtual void | ResetLEDColor () |
virtual void | Unk_0C (void) |
virtual void | ProcessRawInput (int32_t a_rawX, int32_t a_rawY, float &a_outX, float &a_outY) |
virtual void | Unk_0E (void) |
Public Member Functions inherited from RE::BSInputDevice | |
~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) |
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 |
Public Member Functions inherited from RE::BSTEventSource< BSGamepadEvent > | |
BSTEventSource () | |
void | AddEventSink (Sink *a_eventSink) |
void | AddEventSink (BSTEventSink< SinkEvent > *a_sink) |
void | RemoveEventSink (Sink *a_eventSink) |
void | SendEvent (const BSGamepadEvent *a_event) |
void | operator() (const BSGamepadEvent *a_event) |
Public Attributes | |
std::int32_t | userIndex |
bool | connected |
bool | listeningForInput |
std::uint16_t | padCE |
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 |
Public Attributes inherited from RE::BSTEventSource< BSGamepadEvent > | |
BSTArray< Sink * > | sinks |
BSTArray< Sink * > | pendingRegisters |
BSTArray< Sink * > | pendingUnregisters |
BSSpinLock | lock |
bool | notifying |
std::uint8_t | pad51 |
std::uint16_t | pad52 |
std::uint32_t | pad54 |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_BSGamepadDevice |
static constexpr auto | VTABLE = VTABLE_BSGamepadDevice |
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 | |
BSGamepadDevice () | |
Additional Inherited Members | |
Public Types inherited from RE::BSTEventSource< BSGamepadEvent > | |
using | Sink = BSTEventSink< BSGamepadEvent > |
|
override |
|
protected |
|
overridevirtual |
Implements RE::BSIInputDevice.
|
virtual |
Reimplemented in RE::BSPCOrbisGamepadDevice.
|
virtual |
Reimplemented in RE::BSPCOrbisGamepadDevice.
|
virtual |
Reimplemented in RE::BSPCOrbisGamepadDevice.
|
pure virtual |
Implemented in RE::BSWin32GamepadDevice, RE::BSPCOrbisGamepadDevice, and RE::BSPCGamepadDeviceDelegate.
|
virtual |
|
virtual |
Reimplemented in RE::BSPCOrbisGamepadDevice.
bool RE::BSGamepadDevice::connected |
bool RE::BSGamepadDevice::listeningForInput |
std::uint16_t RE::BSGamepadDevice::padCE |
|
inlinestaticconstexpr |
std::int32_t RE::BSGamepadDevice::userIndex |
|
inlinestaticconstexpr |