mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-05 02:03:16 +00:00
pad: Configurable DeadZone (#2030)
This commit is contained in:
parent
3b92cd1c1a
commit
388548ba47
3 changed files with 20 additions and 4 deletions
|
@ -35,6 +35,8 @@ std::string getLogType();
|
|||
std::string getUserName();
|
||||
std::string getUpdateChannel();
|
||||
|
||||
u16 leftDeadZone();
|
||||
u16 rightDeadZone();
|
||||
s16 getCursorState();
|
||||
int getCursorHideTimeout();
|
||||
std::string getBackButtonBehavior();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue