Interface ITouchScreen
Represents a touch screen device
Assembly: Meadow.Contracts.dll
View Source
public interface ITouchScreen
Events
TouchDown
Event raised when the touchscreen is pressed
View Source
event TouchEventHandler TouchDown
Event Type
Meadow.Hardware.TouchEventHandler
TouchUp
Event raised when the touchscreen is released
View Source
event TouchEventHandler TouchUp
Event Type
Meadow.Hardware.TouchEventHandler
TouchClick
Event raised when a cycle of press and release has occurred
View Source
event TouchEventHandler TouchClick