cosmetic changes

This commit is contained in:
rolux 2013-11-29 21:07:37 +01:00
parent 37dfe0fc86
commit aff40b0154

View file

@ -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