Manually inform core of a button event.

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

Syntax

C#
public static void RaiseButtonEvent(
	int buttonId,
	bool pressed
)

Parameters

buttonId
Type: System..::..Int32
Id of button affected
pressed
Type: System..::..Boolean
true if the button is pressed; false if released.

Remarks

Use RaiseButtonEvent to inject a button event into the system.

See Also