JoystickButtonEventArgs Constructor

SFML.Net

JoystickButtonEventArgs Constructor
Construct the joystick button arguments from a joystick button event

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public JoystickButtonEventArgs(
	JoystickButtonEvent e
)
Public Sub New ( 
	e As JoystickButtonEvent
)
public:
JoystickButtonEventArgs(
	JoystickButtonEvent e
)
new : 
        e : JoystickButtonEvent -> JoystickButtonEventArgs

Parameters

e
Type: SFML.WindowJoystickButtonEvent
Joystick button event
See Also