input_common: Add home and hard touch press buttons to UDP controllers

This commit is contained in:
german77
2022-01-30 09:15:29 -06:00
parent 11099dda2e
commit 3d2d77eb3f
4 changed files with 22 additions and 3 deletions

View File

@ -84,7 +84,9 @@ private:
Cross = 0x4000,
Square = 0x8000,
Touch1 = 0x10000,
touch2 = 0x20000,
Touch2 = 0x20000,
Home = 0x40000,
TouchHardPress = 0x80000,
};
enum class PadAxes : u8 {