Update controller.h

This commit is contained in:
counter185 2024-08-28 13:58:37 +02:00
parent 0b24ac6991
commit 15fc267f0d
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ enum class Axis {
};
struct TouchpadEntry {
bool state;
u16 x;
u16 y;
bool state{};
u16 x{};
u16 y{};
};
struct State {