mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Update controller.h
This commit is contained in:
@@ -22,9 +22,9 @@ enum class Axis {
|
||||
};
|
||||
|
||||
struct TouchpadEntry {
|
||||
bool state;
|
||||
u16 x;
|
||||
u16 y;
|
||||
bool state{};
|
||||
u16 x{};
|
||||
u16 y{};
|
||||
};
|
||||
|
||||
struct State {
|
||||
|
||||
Reference in New Issue
Block a user