Name | Type | Default | Description |
---|---|---|---|
target |
PUXI.Widget | PUXI.Button | ||
includeHover |
boolean | false |
optional
enable hover ( |
rightMouseButton |
boolean | false |
optional
use right mouse clicks |
doubleClick |
boolean | false |
optional
fire double clicks |
Class: ClickManager
ClickManager
ClickManager
handles hover and click events. It registers listeners
for mousedown
, mouseup
, mousemove
, mouseout
, mouseover
, touchstart
,
touchend
, touchendoutside
, touchmove
, rightup
, rightdown
, rightupoutside
events.