Click or drag to resize

wclWiiRemoteButtonsChangedEvent Delegate

The Wii Remote OnButtonsChanged event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclWiiRemoteButtonsChangedEvent(
	Object Sender,
	wclWiiRemoteButtons Buttons
)

Parameters

Sender  Object
The object initiates the event.
Buttons  wclWiiRemoteButtons
The current state of the Wii Remote controller buttons.
See Also