3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/input/GamepadStick.h"
24 ::ll::TypedStorage<4, 4, int const> buttonId;
25 ::ll::TypedStorage<1, 1, bool const> pressed;
33 ::ll::TypedStorage<4, 4, int const> triggerId;
34 ::ll::TypedStorage<4, 4, float const> magnitude;
42 ::ll::TypedStorage<1, 1, ::OreUI::GamepadStick const> stickId;
43 ::ll::TypedStorage<4, 4, float const> x;
44 ::ll::TypedStorage<4, 4, float const> y;
51 ::ll::TypedStorage<8, 24, ::std::vector<::OreUI::GamepadInput::ButtonEvent>> mButtonEvents;
52 ::ll::TypedStorage<8, 24, ::std::vector<::OreUI::GamepadInput::TriggerEvent>> mTriggerEvents;
53 ::ll::TypedStorage<8, 24, ::std::vector<::OreUI::GamepadInput::StickEvent>> mStickEvents;
59 MCAPI ~GamepadInput();