InteractionHandling extension

Gives the TrayIcon the ability to react to WinEvents.

Relies on the TrayIcon.__callbacks map to store the callbacks.

on

Properties

onDoubleTap EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onPointerMove EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onSecondaryDoubleTap EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onSecondaryTap EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onSecondaryTapDown EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onSecondaryTapUp EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onTap EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onTapDown EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onTapUp EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onTertiaryDoubleTap EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onTertiaryTapDown EventCallback?
The callback that is currently being run onTap.
getter/setter pair
onTertiaryTapUp EventCallback?
The callback that is currently being run onTap.
getter/setter pair