Class

iOSEventInfo


Warning

This item was deprecated in version 2020r2. Please use PointerEvent as a replacement.

Description

Contains information about a UI event.

Properties

Name

Type

Read-Only

Shared

PointerCount

Integer

TimeStamp

Double

Methods

Name

Parameters

Returns

Shared

Handle

Ptr

PointerPosition

index As Integer

Point

Property descriptions


iOSEventInfo.PointerCount

PointerCount As Integer

The number of pointers that are part of the event.

This property is read-only.

This is often the number of touch points. Refer to iOSCanvas.PointerDown for an example of its usage.


iOSEventInfo.TimeStamp

TimeStamp As Double

A time stamp for when the event occurred.

This property is read-only.

Method descriptions


iOSEventInfo.Handle

Handle As Ptr

Used for interfacing directly with the native OS API.


iOSEventInfo.PointerPosition

PointerPosition(index As Integer) As Point

Gets the position of the specified pointer.

Compatibility

iOS projects on the iOS operating system.

See also

Object parent class; MobileCanvas control