|
CommonLibSSE NG
|
#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 | Release () override |
| void | Reset () override |
| void | Reinitialize (void) override |
Public Member Functions inherited from RE::BSMouseDevice | |
| ~BSMouseDevice () override | |
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 () |
Public Attributes | |
| REX::W32::IDirectInputDevice8A * | dInputDevice |
| REX::W32::DIMOUSESTATE2 | dInputPrevState {} |
| REX::W32::DIMOUSESTATE2 | dInputNextState {} |
| bool | notInitialized |
| BSSpinLock | reinitializeLock |
Public Attributes inherited from RE::BSMouseDevice | |
| bool | backgroundMouse |
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 constexpr auto | VTABLE = VTABLE_BSWin32MouseDevice |
Static Public Attributes inherited from RE::BSMouseDevice | |
| static constexpr auto | RTTI = RTTI_BSMouseDevice |
| static constexpr auto | VTABLE = VTABLE_BSMouseDevice |
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 | |
| BSWin32MouseDevice () | |
Protected Member Functions inherited from RE::BSMouseDevice | |
| BSMouseDevice () | |
| using RE::BSWin32MouseDevice::Key = Keys::Key |
|
override |
|
protected |
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Reimplemented from RE::BSMouseDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
|
overridevirtual |
Implements RE::BSIInputDevice.
| REX::W32::IDirectInputDevice8A* RE::BSWin32MouseDevice::dInputDevice |
| REX::W32::DIMOUSESTATE2 RE::BSWin32MouseDevice::dInputNextState {} |
| REX::W32::DIMOUSESTATE2 RE::BSWin32MouseDevice::dInputPrevState {} |
| bool RE::BSWin32MouseDevice::notInitialized |
|
mutable |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |