3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/input/GameControllerMapper.h"
7#include "mc/deps/input/InputMode.h"
20 virtual ::InputMode getInputMode() const ;
22 virtual ::std::vector<::std::weak_ptr<::IGameController>> _getGameControllers() ;
24 virtual ::GameControllerInputMapping const&
25 getGameControllerMapping(::InputMapping const& inputMapping) ;
27 virtual ~GamePadMapper() = default;
33 MCFOLD ::InputMode $getInputMode() const;
35 MCAPI ::std::vector<::std::weak_ptr<::IGameController>> $_getGameControllers();
37 MCAPI ::GameControllerInputMapping const& $getGameControllerMapping(::InputMapping const& inputMapping);
Definition GameControllerMapper.h:5
Definition GamePadMapper.h:5
static MCAPI void ** $vftable()
Definition IGameController.h:5