input_common: Add home and hard touch press buttons to UDP controllers
This commit is contained in:
parent
11099dda2e
commit
3d2d77eb3f
4 changed files with 22 additions and 3 deletions
|
@ -84,7 +84,9 @@ private:
|
|||
Cross = 0x4000,
|
||||
Square = 0x8000,
|
||||
Touch1 = 0x10000,
|
||||
touch2 = 0x20000,
|
||||
Touch2 = 0x20000,
|
||||
Home = 0x40000,
|
||||
TouchHardPress = 0x80000,
|
||||
};
|
||||
|
||||
enum class PadAxes : u8 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue