NanoByte.Common
2.6.1
|
A control that can raise touch events. More...
Events | |
EventHandler< TouchEventArgs > | TouchDown |
Raised when the user begins touching the screen. More... | |
EventHandler< TouchEventArgs > | TouchUp |
Raised when the user stops touching the screen. More... | |
EventHandler< TouchEventArgs > | TouchMove |
Raised when the user moves fingers while touching the screen. More... | |
A control that can raise touch events.
EventHandler<TouchEventArgs> NanoByte.Common.Controls.ITouchControl.TouchDown |
Raised when the user begins touching the screen.
EventHandler<TouchEventArgs> NanoByte.Common.Controls.ITouchControl.TouchMove |
Raised when the user moves fingers while touching the screen.
EventHandler<TouchEventArgs> NanoByte.Common.Controls.ITouchControl.TouchUp |
Raised when the user stops touching the screen.