Closed dacap closed 1 year ago
New canvas widget.
[x] more mouse events, probably like HTML events:
The order of events related to the onmouseup event (for the left/middle mouse button): onmousedown onmouseup onclick The order of events related to the onmouseup event (for the right mouse button): onmousedown onmouseup oncontextmenu
The order of events related to the onmouseup event (for the left/middle mouse button):
The order of events related to the onmouseup event (for the right mouse button):
Some information in the next-version branch: https://github.com/aseprite/api/blob/next-version/api/dialog.md#dialogcanvas https://github.com/aseprite/api/blob/next-version/api/graphicscontext.md
New canvas widget.
[x] more mouse events, probably like HTML events: