Click or drag to resize

wclWiiRemoteBalanceBoardChangedEvent Delegate

The Wii Remote OnBalanceBoardChanged event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclWiiRemoteBalanceBoardChangedEvent(
	Object Sender,
	wclWiiRemoteBalanceBoard Board
)

Parameters

Sender  Object
The object initiates the event.
Board  wclWiiRemoteBalanceBoard
The new Balance Board extension state.
See Also