3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
17 ::ll::TypedStorage<1, 1, bool> useGameControllerId;
18 ::ll::TypedStorage<1, 1, bool> onScreenAcceptingAllControllerInput;
19 ::ll::TypedStorage<1, 1, bool> acceptInputFromAllControllers;
20 ::ll::TypedStorage<1, 1, bool> inGame;
21 ::ll::TypedStorage<4, 4, int> primaryUserControllerId;
22 ::ll::TypedStorage<4, 4, int> lastInputUserControllerId;
23 ::ll::TypedStorage<8, 16, ::std::map<int, ::std::weak_ptr<::IClientInstance>>> controllerIDtoClientMap;
29 MCAPI
void insertClientInstance(
int id, ::std::shared_ptr<::IClientInstance> clientInstance);
31 MCAPI
void removeClientInstance(::std::shared_ptr<::IClientInstance>
const& clientInstance);
Definition EnableNonOwnerReferences.h:7
Definition IClientInstance.h:5
Definition ControllerIDtoClientMap.h:5
static MCAPI void ** $vftable()