mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 21:58:45 +00:00
Update controller.h
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user