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
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();