Tao.Sdl SDK Documentation

Sdl.SDL_JoystickGetButton Method 

[Visual Basic]
Public Shared Function SDL_JoystickGetButton( _
   ByVal joystick As IntPtr, _
   ByVal button As Integer _
) As Byte
[C#]
public static byte SDL_JoystickGetButton(
   IntPtr joystick,
   int button
);

See Also

Sdl Class | Tao.Sdl Namespace