mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 05:19:43 +00:00
PCINPUT_FreezeControllerAxes
This commit is contained in:
parent
fbc619c748
commit
3c2fa23f2f
11
PCInput.cpp
11
PCInput.cpp
@ -35,3 +35,14 @@ void PCINPUT_GetMousePosition(int *x, int *y)
|
||||
*x = gMouseX;
|
||||
*y = gMouseY;
|
||||
}
|
||||
|
||||
static unsigned char gControllerAxesRelatedOne;
|
||||
static int gControllerAxesRelatedTwo = -1;
|
||||
|
||||
// @NotOk
|
||||
// Globals
|
||||
void PCINPUT_FreezeControllerAxes(void)
|
||||
{
|
||||
gControllerAxesRelatedOne = 1;
|
||||
gControllerAxesRelatedTwo = -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user