mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-18 12:38:27 +00:00
Update controller.h
This commit is contained in:
parent
abc8e41619
commit
2923c15809
|
@ -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 a new issue