Directly inform control of button events

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public void SendButtonEvent(
	int buttonId,
	bool pressed
)

Parameters

buttonId
Type: System..::..Int32
Integer ID corresponding to the affected button
pressed
Type: System..::..Boolean
True if the button is currently being pressed; false if released

Implements

IControl..::..SendButtonEvent(Int32, Boolean)

See Also