mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 07:05:53 +02:00
Rename joystick ID variables
This commit is contained in:
@@ -572,7 +572,7 @@ The callback function receives the ID of the joystick that has been connected
|
||||
and disconnected and the event that occurred.
|
||||
|
||||
@code
|
||||
void joystick_callback(int joy, int event)
|
||||
void joystick_callback(int jid, int event)
|
||||
{
|
||||
if (event == GLFW_CONNECTED)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user