More fixes
This commit is contained in:
parent
1a14121c97
commit
5917ea8509
18 changed files with 92 additions and 65 deletions
|
|
@ -84,8 +84,8 @@ PADSamplingCallback PADSetSamplingCallback(PADSamplingCallback);
|
|||
#ifdef TARGET_PC
|
||||
/* New API to facilitate controller interactions */
|
||||
typedef struct PADDeadZones {
|
||||
bool emulateTriggers;
|
||||
bool useDeadzones;
|
||||
BOOL emulateTriggers;
|
||||
BOOL useDeadzones;
|
||||
u16 stickDeadZone;
|
||||
u16 substickDeadZone;
|
||||
u16 leftTriggerActivationZone;
|
||||
|
|
@ -118,7 +118,7 @@ const char* PADGetNativeButtonName(u32 button);
|
|||
/* Returns any pressed native button */
|
||||
s32 PADGetNativeButtonPressed(u32 port);
|
||||
void PADRestoreDefaultMapping(u32 port);
|
||||
void PADBlockInput(bool block);
|
||||
void PADBlockInput(BOOL block);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue