Tao.Sdl SDK Documentation

Sdl.SDL_JoystickUpdate Method 

Updates the state of all joysticks.

[Visual Basic]
Public Shared Sub SDL_JoystickUpdate()
[C#]
public static void SDL_JoystickUpdate();

Remarks

Updates the state(position, buttons, etc.) of all open joysticks. If joystick events have been enabled with SDL_JoystickEventState then this is called automatically in the event loop.

Binds to C-function in SDL_joystick.h

void SDL_JoystickUpdate(void)
            

See Also

Sdl Class | Tao.Sdl Namespace | SDL_JoystickOpen | SDL_JoystickGetButton