TouchScreen Methods

The TouchScreen type exposes the following members.

Methods
  NameDescription
Public methodFlick
Flick on the touch screen using finger motion events.
Public methodFlickFrom
Flick on the touch screen using finger motion events.
Public methodIsPortrait
Returns true if the screen is portrait, false otherwise.
Public methodMove
Finger move on the screen.
Public methodPressHold
Finger down on the screen.
Public methodPressRelease
Finger up on the screen.
Public methodScroll
Scroll on the touch screen using finger based motion events.
Public methodScrollFrom
Scroll on the touch screen using finger based motion events.
Public methodTap
Single tap on the touch enabled device.
Public methodTapDouble
Double tap on the touch screen using finger motion events.
Public methodTapLong
Long press on the touch screen using finger motion events.
Public methodToLandscape
Orientates the screen to landscape.
Public methodToPortrait
Orientates the screen to portrait.
Top
See Also