CommonLibSSE (Parapets fork)
|
#include <BSWin32MouseDevice.h>
Classes | |
struct | Keys |
Public Types | |
using | Key = Keys::Key |
Public Member Functions | |
~BSWin32MouseDevice () override | |
void | Initialize () override |
void | Process (float a_arg1) override |
void | Unk_03 (void) override |
void | Reset () override |
void | Unk_09 (void) override |
Public Member Functions inherited from RE::BSMouseDevice | |
~BSMouseDevice () override | |
virtual void | Unk_09 (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 |
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 | |
std::uint64_t | unk78 |
std::uint64_t | unk80 |
std::uint64_t | unk88 |
std::uint64_t | unk90 |
std::uint64_t | unk98 |
std::uint64_t | unkA0 |
std::uint32_t | unkA8 |
BSSpinLock | unkAC |
std::uint32_t | unkB4 |
Public Attributes inherited from RE::BSMouseDevice | |
bool | backgroundMouse |
std::uint8_t | unk71 |
std::uint16_t | unk72 |
std::uint32_t | unk74 |
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 |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_BSWin32MouseDevice |
Static Public Attributes inherited from RE::BSMouseDevice | |
static constexpr auto | RTTI = RTTI_BSMouseDevice |
Static Public Attributes inherited from RE::BSInputDevice | |
static constexpr auto | RTTI = RTTI_BSInputDevice |
Static Public Attributes inherited from RE::BSIInputDevice | |
static constexpr auto | RTTI = RTTI_BSIInputDevice |
using RE::BSWin32MouseDevice::Key = Keys::Key |
|
override |
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Reimplemented from RE::BSMouseDevice.
|
inlinestaticconstexpr |
std::uint64_t RE::BSWin32MouseDevice::unk78 |
std::uint64_t RE::BSWin32MouseDevice::unk80 |
std::uint64_t RE::BSWin32MouseDevice::unk88 |
std::uint64_t RE::BSWin32MouseDevice::unk90 |
std::uint64_t RE::BSWin32MouseDevice::unk98 |
std::uint64_t RE::BSWin32MouseDevice::unkA0 |
std::uint32_t RE::BSWin32MouseDevice::unkA8 |
|
mutable |
std::uint32_t RE::BSWin32MouseDevice::unkB4 |