LEGO Mindstorms EV3


Specific command parameter
//!

typedef   enum
{
  SHORTPRESS      = 1,
  LONGPRESS       = 2,
  WAIT_FOR_PRESS  = 3,
  FLUSH           = 4,
  PRESS           = 5,
  RELEASE         = 6,
  GET_HORZ        = 7,
  GET_VERT        = 8,
  PRESSED         = 9,
  SET_BACK_BLOCK  = 10,
  GET_BACK_BLOCK  = 11,
  TESTSHORTPRESS  = 12,
  TESTLONGPRESS   = 13,
  GET_BUMBED      = 14,
  GET_CLICK       = 15,

  UI_BUTTON_SUBCODES
}
UI_BUTTON_SUBCODE;

//! 

LEGO® Robotics Firmware Documentation
Confidential Information © 2013 The LEGO Group