The ITouchScreen type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | DoubleTap |
Allows the execution of double tap on the screen, analogous to click using a Mouse.
|
![]() | Down |
Allows the execution of the gesture 'down' on the screen. It is typically the first of a
sequence of touch gestures.
|
![]() | Flick(Int32, Int32) |
Creates a flick gesture for the current view.
|
![]() | Flick(ICoordinates, Int32, Int32, Int32) |
Creates a flick gesture for the current view starting at a specific location.
|
![]() | LongPress |
Allows the execution of a long press gesture on the screen.
|
![]() | Move |
Allows the execution of the gesture 'move' on the screen.
|
![]() | Scroll(Int32, Int32) |
Creates a scroll gesture for a particular x and y offset.
|
![]() | Scroll(ICoordinates, Int32, Int32) |
Creates a scroll gesture that starts on a particular screen location.
|
![]() | SingleTap |
Allows the execution of single tap on the screen, analogous to click using a Mouse.
|
![]() | Up |
Allows the execution of the gesture 'up' on the screen. It is typically the last of a
sequence of touch gestures.
|
See Also