pronotron-tech-art-suite
Preparing search index...
@pronotron/pointer
TapEventDetail
Interface TapEventDetail
Details of a tap event.
interface
TapEventDetail
{
position
:
{
x
:
number
;
y
:
number
}
;
tapTarget
:
HTMLElement
;
}
Index
Properties
position
tap
Target
Properties
position
position
:
{
x
:
number
;
y
:
number
}
The coordinates where the tap occurred.
tap
Target
tapTarget
:
HTMLElement
The HTML element that was tapped.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
position
tap
Target
pronotron-tech-art-suite
Loading...
Details of a tap event.