pad: Configurable DeadZone (#2030)

This commit is contained in:
¥IGA 2025-01-18 14:02:02 +01:00 committed by GitHub
parent 3b92cd1c1a
commit 388548ba47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 4 deletions

View file

@ -35,6 +35,8 @@ std::string getLogType();
std::string getUserName();
std::string getUpdateChannel();
u16 leftDeadZone();
u16 rightDeadZone();
s16 getCursorState();
int getCursorHideTimeout();
std::string getBackButtonBehavior();