BrickButton EnumerationLEGO Mindstorms EV3 API Documentation
For more information, please see the OnlineCodePlex project page and the OnlineGetting Started guide.

Buttons on the face of the EV3 brick

Namespace: Lego.Ev3.Core
Assembly: Lego.Ev3.Desktop (in Lego.Ev3.Desktop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum BrickButton
Members

  Member nameValueDescription
None0 No button
Up1 Up button
Enter2 Enter button
Down3 Down button
Right4 Right button
Left5 Left button
Back6 Back button
Any7 Any button
See Also