MonoBrick EV3 Firmware
Public Member Functions | Public Attributes | Properties | List of all members
MonoBrickFirmware.Display.Menus.MenuItemWithNumericInput Class Reference
Inheritance diagram for MonoBrickFirmware.Display.Menus.MenuItemWithNumericInput:
MonoBrickFirmware.Display.Menus.IMenuItem

Public Member Functions

 MenuItemWithNumericInput (string text, int startValue, int min=int.MinValue, int max=int.MaxValue)
 
bool EnterAction ()
 
bool LeftAction ()
 
bool RightAction ()
 
void Draw (Font f, Rectangle r, bool color)
 

Public Attributes

Action< int > OnValueChanged = delegate {}
 

Properties

int Value [get, set]
 

The documentation for this class was generated from the following file: