mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 21:14:35 +00:00
Disabled debug printing.
This commit is contained in:
parent
58bb6b5288
commit
e26fd639f9
@ -522,7 +522,7 @@ int _glfwPlatformGetJoystickPos(int joy, float* pos, int numaxes)
|
||||
else
|
||||
pos[i] = (2.0f * (axes->value - axes->minReport) / readScale) - 1.0f;
|
||||
|
||||
printf("%ld, %ld, %ld\n", axes->value, axes->minReport, axes->maxReport);
|
||||
//printf("%ld, %ld, %ld\n", axes->value, axes->minReport, axes->maxReport);
|
||||
|
||||
if (i & 1)
|
||||
pos[i] = -pos[i];
|
||||
|
Loading…
Reference in New Issue
Block a user