<div class="meta" robots="noindex">

</div>

Class

# iOSEventInfo

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2020r2. Please use `PointerEvent</api/user_interface/mobile/pointerevent>` as a replacement.

</div>

## Description

Contains information about a UI event.

## Properties

<div class="rst-class">

table-centered_columns_3_and_4

</div>

| Name                                      | Type                               | Read-Only | Shared |
|-------------------------------------------|------------------------------------|-----------|--------|
| `PointerCount<ioseventinfo.pointercount>` | `Integer</api/data_types/integer>` | ✓         |        |
| `TimeStamp<ioseventinfo.timestamp>`       | `Double</api/data_types/double>`   | ✓         |        |

## Methods

<div class="rst-class">

table-centered_column_4

</div>

| Name                                            | Parameters                                  | Returns                                     | Shared |
|-------------------------------------------------|---------------------------------------------|---------------------------------------------|--------|
| `Handle<ioseventinfo.handle>`                   |                                             | `Ptr</api/data_types/additional_types/ptr>` |        |
| `PointerPosition<ioseventinfo.pointerposition>` | index As `Integer</api/data_types/integer>` | `Point</api/graphics/point>`                |        |

## Property descriptions

<div id="ioseventinfo.pointercount">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

iOSEventInfo.PointerCount

**PointerCount** As `Integer</api/data_types/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<ioscanvas.pointerdown>` for an example of its usage.

<div id="ioseventinfo.timestamp">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

iOSEventInfo.TimeStamp

**TimeStamp** As `Double</api/data_types/double>`

A time stamp for when the event occurred.

This property is read-only.

## Method descriptions

<div id="ioseventinfo.handle">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

iOSEventInfo.Handle

**Handle** As `Ptr</api/data_types/additional_types/ptr>`

Used for interfacing directly with the native OS API.

<div id="ioseventinfo.pointerposition">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

iOSEventInfo.PointerPosition

**PointerPosition**(index As `Integer</api/data_types/integer>`) As `Point</api/graphics/point>`

Gets the position of the specified pointer.

## Compatibility

iOS projects on the iOS operating system.

## See also

`Object</api/data_types/additional_types/object>` parent class; `MobileCanvas</api/user_interface/mobile/mobilecanvas>` control
