LeviLamina
Loading...
Searching...
No Matches
MinecraftInputHandler Class Referenceabstract
Inheritance diagram for MinecraftInputHandler:

Public Member Functions

virtual void onConfigChanged (::Config const &c)
virtual void _registerInputHandlers ()
virtual void _registerDebugInputHandlers ()
virtual ::std::unique_ptr<::ClientMoveInputHandler_createClientMoveInputHandler ()=0
MCAPI MinecraftInputHandler (::Bedrock::NotNullNonOwnerPtr<::IClientInstance > const &client, ::Bedrock::NotNullNonOwnerPtr<::IAdvancedGraphicsOptions > const &advancedGraphicsOptions)
MCAPI void _registerMenuButton (::std::string const &buttonName, bool suspendable)
MCAPI void init (::IGameModuleApp &gameModuleApp)
MCAPI::ClientMoveInputHandler * initClientInput (::Bedrock::NotNullNonOwnerPtr<::IClientInstance > const &client, ::IGameModuleApp &gameModuleApp)
MCAPI void tick (::IMinecraftGame &mcGame, ::Bedrock::NotNullNonOwnerPtr<::IClientInstance > const &primaryClient, ::Bedrock::NotNullNonOwnerPtr<::ControllerIDtoClientMap > const &map, bool allowMultipleClients)
MCAPI void * $ctor (::Bedrock::NotNullNonOwnerPtr<::IClientInstance > const &client, ::Bedrock::NotNullNonOwnerPtr<::IAdvancedGraphicsOptions > const &advancedGraphicsOptions)
MCAPI void $dtor ()
MCAPI void $onConfigChanged (::Config const &c)
MCAPI void $_registerInputHandlers ()
MCAPI void $_registerDebugInputHandlers ()
MCFOLD void * $ctor ()
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)

Static Public Member Functions

static MCAPI void ** $vftableForIConfigListener ()
static MCAPI void ** $vftableForEnableNonOwnerReferences ()
static MCAPI void ** $vftable ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 8, ::std::unique_ptr<::InputHandler > > mInputHandler
::ll::TypedStorage< 4, 4, int > mControllerId
::ll::TypedStorage< 8, 24, ::Bedrock::NotNullNonOwnerPtr<::IClientInstance > > mClient
::ll::TypedStorage< 8, 24, ::Bedrock::NotNullNonOwnerPtr<::IAdvancedGraphicsOptions > > mAdvancedGraphicsOptions
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::MinecraftBindingFactoryMap > > mBindingFactoryMap
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::MinecraftInputMappingFactoryMap > > mMappingFactoryMap
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::SplitscreenJoinListener > > mSplitscreenJoinListener
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::InputSettingsHandler > > mInputSettingsHandler
::ll::TypedStorage< 8, 128, ::Bedrock::PubSub::Publisher< void(::IClientInstance &), ::Bedrock::PubSub::ThreadModel::MultiThreaded, 0 > > mAnyInputSubscription
::ll::TypedStorage< 8, 128, ::Bedrock::PubSub::Publisher< void(int, ::RawInputType, ::ButtonState, bool), ::Bedrock::PubSub::ThreadModel::MultiThreaded, 0 > > mRawInputEventPublisher
::ll::TypedStorage< 8, 8, ::MouseMapper * > mMouseMapper
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::MinecraftInputHandlerProxy > > mProxy
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Member Function Documentation

◆ onConfigChanged()

virtual void MinecraftInputHandler::onConfigChanged ( ::Config const & c)
virtual

Implements IConfigListener.

◆ $vftableForIConfigListener()

MCAPI void ** MinecraftInputHandler::$vftableForIConfigListener ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForEnableNonOwnerReferences()

MCAPI void ** MinecraftInputHandler::$vftableForEnableNonOwnerReferences ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [1/2]

MCAPI void ** IConfigListener::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [2/2]

MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following files: