| 
    modm API documentation
    
   | 
 
#include <modm/ui/gui/types.hpp>
Public Types | |
| enum | Type { BUTTON, TOUCH } | 
| enum | Direction { UP, DOWN } | 
Public Member Functions | |
| InputEvent (modm::glcd::Point point, Type type, Direction direction) | |
Public Attributes | |
| Type | type | 
| Direction | direction | 
| modm::glcd::Point | coord | 
Input event that is collected when some input happens. Will be processed by View