Update controller.h
This commit is contained in:
parent
0b24ac6991
commit
15fc267f0d
|
@ -22,9 +22,9 @@ enum class Axis {
|
|||
};
|
||||
|
||||
struct TouchpadEntry {
|
||||
bool state;
|
||||
u16 x;
|
||||
u16 y;
|
||||
bool state{};
|
||||
u16 x{};
|
||||
u16 y{};
|
||||
};
|
||||
|
||||
struct State {
|
||||
|
|
Loading…
Reference in New Issue