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