|
| virtual void | setMappingWithRawInput (::std::string const &, int, ::RawInputType) |
|
virtual::std::string | getMappedKeyName (int key) const |
|
virtual::std::string | getMappedKeyName (int key, bool checkUserConfiguredSwap) const |
|
virtual::std::string | getMappedKeyName (::Keymapping const &keyMapping) const |
|
virtual::std::string | getSaveString (::std::string const &action) const |
| virtual int | getAdjustedKey (int key) const |
|
virtual::std::string | getKeySpriteLocation (int key, ::IconSize iconSize) const |
|
virtual::std::string | getKeySpriteLocation (::Keymapping const &keyMapping) const |
| virtual int | _rawKeyToKey (int, ::RawInputType) const |
|
MCAPI::std::string | _getKeySpriteLocationInternal (int key, bool checkUserConfiguredButtonSwapping, ::IconSize iconSize) const |
|
MCAPI::std::string const | _getMappedKeyNameInternal (int key, bool checkUserConfiguredButtonSwapping) const |
|
MCAPI void | _swapGamepadKeyBindings (int key1, int key2) |
|
MCAPI::std::string | $getMappedKeyName (int key) const |
|
MCAPI::std::string | $getMappedKeyName (int key, bool checkUserConfiguredSwap) const |
|
MCAPI::std::string | $getMappedKeyName (::Keymapping const &keyMapping) const |
|
MCAPI::std::string | $getSaveString (::std::string const &action) const |
|
MCAPI int | $getAdjustedKey (int key) const |
|
MCAPI::std::string | $getKeySpriteLocation (int key, ::IconSize iconSize) const |
|
MCAPI::std::string | $getKeySpriteLocation (::Keymapping const &keyMapping) const |
|
MCAPI void | assignDefaultMapping (::std::vector<::Keymapping > &&newDefaultMapping) |
|
MCAPI void | defaultKeyAtIndex (uint index) |
|
MCAPI::Keymapping const & | getKeymappingByAction (::std::string const &action) const |
|
MCAPI::Bedrock::PubSub::Subscription | registerRefreshKeymappingsListener (::std::function< void(::std::optional< uint64 >)> callback) |
|
MCAPI void | setMapping (::std::string const &action, ::std::vector< int > const &keys) |
|
MCAPI void | unassignDuplicateKeys (int index) |
|
MCAPI void | unassignKeyAtIndex (uint index) |
|
MCAPI void * | $ctor () |
|
MCAPI void | $dtor () |
|
|
::ll::TypedStorage< 8, 16, ::std::string_view > | mControllerIconPath |
|
::ll::TypedStorage< 1, 1, bool > | mGamepadButtonsXYAreSwapped |
|
::ll::TypedStorage< 1, 1, bool > | mGamepadButtonsABAreSwapped |
|
::ll::TypedStorage< 8, 24, ::std::vector<::Keymapping > > | mKeymappings |
|
::ll::TypedStorage< 8, 24, ::std::vector<::Keymapping > > | mDefaultMappings |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr< ::Bedrock::PubSub::Publisher< void(::std::optional< uint64 >), ::Bedrock::PubSub::ThreadModel::SingleThreaded, 0 > > > | mRefreshKeymappingsPublisher |