mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-22 11:00:20 -04:00
Improve documentation.
This commit is contained in:
parent
734cc1cc61
commit
1046e440e8
5 changed files with 19 additions and 7 deletions
src/ui
|
@ -17,8 +17,8 @@
|
|||
/**
|
||||
* @name MouseEvent
|
||||
*
|
||||
* @class MouseEvent The MouseEvent object is received by the {@link Item}'s
|
||||
* mouse event handlers {@link Item#onMouseDown}, {@link Item#onMouseDrag},
|
||||
* @class The MouseEvent object is received by the {@link Item}'s mouse event
|
||||
* handlers {@link Item#onMouseDown}, {@link Item#onMouseDrag},
|
||||
* {@link Item#onMouseMove}, {@link Item#onMouseUp}, {@link Item#onClick},
|
||||
* {@link Item#onDoubleClick}, {@link Item#onMouseEnter} and
|
||||
* {@link Item#onMouseLeave}. The MouseEvent object is the only parameter passed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue