Click or drag to resize

UIControlJoystickEventDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void JoystickEventDelegate(
	UIControl sender,
	JoystickInputEvent e,
	ref bool handled
)

Parameters

sender
Type: NeoAxisUIControl
e
Type: NeoAxisJoystickInputEvent
handled
Type: SystemBoolean
See Also