LeviLamina
Loading...
Searching...
No Matches
DeviceButtons.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/input/enums/DeviceButtonState.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13class DeviceButtons {
14public:
15 // static functions
16 // NOLINTBEGIN
17 MCAPI static void feedButton(int buttonId, ::DeviceButtonState buttonState);
18
19 MCAPI static ::DeviceButtonEvent getNextEvent();
20
21 MCAPI static bool next();
22
23 MCAPI static void rewind();
24 // NOLINTEND
25
26public:
27 // static variables
28 // NOLINTBEGIN
29 MCAPI static int& _index();
30
31 MCAPI static ::std::vector<::DeviceButtonEvent>& _inputs();
32 // NOLINTEND
33};
Definition DeviceButtons.h:5
Definition DeviceButtonEvent.h:5