cosmetic changes
This commit is contained in:
parent
37dfe0fc86
commit
aff40b0154
1 changed files with 3 additions and 3 deletions
|
@ -53,14 +53,14 @@ Ox.Element <f> Basic UI element object
|
||||||
clientDX <n> Horizontal drag delta in px
|
clientDX <n> Horizontal drag delta in px
|
||||||
clientDY <n> Vertical drag delta in px
|
clientDY <n> Vertical drag delta in px
|
||||||
* <*> Original event properties
|
* <*> Original event properties
|
||||||
|
dragstart <!> dragstart
|
||||||
|
Fires when the mouse is down for 250 ms
|
||||||
|
* <*> Original event properties
|
||||||
mousedown <!> mousedown
|
mousedown <!> mousedown
|
||||||
Fires on mousedown (this is useful if one wants to listen for
|
Fires on mousedown (this is useful if one wants to listen for
|
||||||
singleclicks, but not doubleclicks or drag events, and wants the
|
singleclicks, but not doubleclicks or drag events, and wants the
|
||||||
event to fire as early as possible)
|
event to fire as early as possible)
|
||||||
* <*> Original event properties
|
* <*> Original event properties
|
||||||
dragstart <!> dragstart
|
|
||||||
Fires when the mouse is down for 250 ms
|
|
||||||
* <*> Original event properties
|
|
||||||
mouserepeat <!> mouserepeat
|
mouserepeat <!> mouserepeat
|
||||||
Fires every 50 ms after the mouse was down for 250 ms, stops firing
|
Fires every 50 ms after the mouse was down for 250 ms, stops firing
|
||||||
on mouseleave or mouseup (this fires like a key that is being
|
on mouseleave or mouseup (this fires like a key that is being
|
||||||
|
|
Loading…
Reference in a new issue