Added funcs to get joystick values
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@690
This commit is contained in:
parent
30819de412
commit
8e1c9a736b
2 changed files with 30 additions and 0 deletions
|
@ -24,3 +24,10 @@ void JOYSTICK_Move_X(Bitu which,float x);
|
|||
|
||||
void JOYSTICK_Move_Y(Bitu which,float y);
|
||||
|
||||
bool JOYSTICK_IsEnabled(Bitu which);
|
||||
|
||||
bool JOYSTICK_GetButton(Bitu which, Bitu num);
|
||||
|
||||
float JOYSTICK_GetMove_X(Bitu which);
|
||||
|
||||
float JOYSTICK_GetMove_Y(Bitu which);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue