IPointerEvent interface

Represents a pointer event such as up, down or enter.

Extends

Properties

altKey
ctrlKey
shiftKey

Inherited Properties

pressure
x
y

Property Details

altKey

altKey: boolean

Property Value

boolean

ctrlKey

ctrlKey: boolean

Property Value

boolean

shiftKey

shiftKey: boolean

Property Value

boolean

Inherited Property Details

pressure

pressure: number

Property Value

number

Inherited From IPointerPoint.pressure

x

x: number

Property Value

number

Inherited From IPointerPoint.x

y

y: number

Property Value

number

Inherited From IPointerPoint.y