mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-01 14:29:58 +01:00
Added Z axis support for rumblers
This commit is contained in:
parent
d7efdf03a0
commit
9258d5763c
|
|
@ -669,6 +669,9 @@ BOOL CALLBACK EnumObjectsCallback(LPCDIDEVICEOBJECTINSTANCE lpddoi,
|
|||
} else if(lpddoi->guidType == GUID_YAxis) {
|
||||
//printf("effect is in the y axis\n");
|
||||
rgdwAxes = DIJOFS_Y;
|
||||
} else if(lpddoi->guidType == GUID_ZAxis) {
|
||||
//printf("effect is in the z axis\n");
|
||||
rgdwAxes = DIJOFS_Z;
|
||||
}
|
||||
|
||||
DICONSTANTFORCE cf = { DI_FFNOMINALMAX };
|
||||
|
|
|
|||
Loading…
Reference in a new issue