Altus Mapping Engine JavaScript API Reference - v2.0.ut.2153.g60764257e - Tuesday May 16, 2022 SDK Documentation | Builds | BA3 Home
AltusUnified::TouchFingerEvent Class Reference

Public Member Functions

TouchFingerEvent duplicate ()
 
TouchID touchId ()
 The touch device id More...
 
void touchId_set (TouchID val)
 
FingerID fingerId ()
 
void fingerId_set (FingerID val)
 

Public Attributes

Uint32 type
 FINGERMOTION or FINGERDOWN or FINGERUP More...
 
Uint32 timestamp
 
float x
 Normalized in the range 0...1 More...
 
float y
 Normalized in the range 0...1 More...
 
float dx
 Normalized in the range 0...1 More...
 
float dy
 Normalized in the range 0...1 More...
 
float pressure
 Normalized in the range 0...1 More...
 

Member Function Documentation

TouchFingerEvent AltusUnified::TouchFingerEvent::duplicate ( )
FingerID AltusUnified::TouchFingerEvent::fingerId ( )
void AltusUnified::TouchFingerEvent::fingerId_set ( FingerID  val)
TouchID AltusUnified::TouchFingerEvent::touchId ( )

The touch device id

void AltusUnified::TouchFingerEvent::touchId_set ( TouchID  val)

Member Data Documentation

float AltusUnified::TouchFingerEvent::dx

Normalized in the range 0...1

float AltusUnified::TouchFingerEvent::dy

Normalized in the range 0...1

float AltusUnified::TouchFingerEvent::pressure

Normalized in the range 0...1

Uint32 AltusUnified::TouchFingerEvent::timestamp
Uint32 AltusUnified::TouchFingerEvent::type
float AltusUnified::TouchFingerEvent::x

Normalized in the range 0...1

float AltusUnified::TouchFingerEvent::y

Normalized in the range 0...1