modm API documentation
modm::gui::InputEvent Class Reference

#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
 

Detailed Description

Input event that is collected when some input happens. Will be processed by View

Author
Daniel Krebs

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