3#include "mc/_HeaderOutputPredefine.h"
21 ::ll::TypedStorage<4, 4, int const> buttonId;
22 ::ll::TypedStorage<1, 1, bool const> pressed;
30 ::ll::TypedStorage<4, 4, int const> triggerId;
31 ::ll::TypedStorage<4, 4, float const> magnitude;
39 ::ll::TypedStorage<4, 4, int const> stickId;
40 ::ll::TypedStorage<4, 4, float const> x;
41 ::ll::TypedStorage<4, 4, float const> y;
48 ::ll::TypedStorage<8, 24, ::std::vector<::OreUI::GamepadInput::ButtonEvent>> mButtonEvents;
49 ::ll::TypedStorage<8, 24, ::std::vector<::OreUI::GamepadInput::TriggerEvent>> mTriggerEvents;
50 ::ll::TypedStorage<8, 24, ::std::vector<::OreUI::GamepadInput::StickEvent>> mStickEvents;
56 MCAPI ~GamepadInput();