AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkRawTouch Members

The following tables list the members exposed by TAgkRawTouch.

 
Name 
Description 
 
Returns an index to the first touch event available for reading. 
 
Returns an index to the next touch event available for reading. 
 
Name 
Description 
 
Returns the number of touch events currently taking place, including unknown events which may become any type of touch event in the future. 
 
Returns the number of (known) touch events currently taking place. 
 
Returns the position in screen coordinates where the touch event is currently located. 
 
Returns the X position in screen coordinates where the touch event is currently located. 
 
Returns the Y position in screen coordinates where the touch event is currently located. 
 
Whether the current device supports multi-touch. 
 
Returns the position in screen coordinates where the touch event was last recorded before its current location. 
 
Returns the X position in screen coordinates where the touch event was last recorded before its current location. 
 
Returns the Y position in screen coordinates where the touch event was last recorded before its current location. 
 
Returns True if the touch has been released. 
 
Returns the position in screen coordinates where the touch event started. 
 
Returns the X position in screen coordinates where the touch event started. 
 
Returns the Y position in screen coordinates where the touch event started. 
 
Time 
Returns the total time that this event took, from press to release in seconds. 
 
Returns the type of the given touch event. 
 
Allows you to set some custom data to be stored in this event that you can retrieve later. 
Copyright (c) 2012. All rights reserved.