Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/right click #92

Merged
merged 16 commits into from
Oct 23, 2019
Prev Previous commit
Next Next commit
update docs
  • Loading branch information
tibotiber committed Oct 17, 2019
commit f12a3154be777e30b2db800b6f7e7ed929c14e2d
24 changes: 12 additions & 12 deletions docs/json/class/UI_UI.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,15 +217,15 @@
"default": false
},
{
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))",
"type": "MouseEvent",
"name": "p",
"comment": "a point to check",
"type": "PtLike",
"default": false
},
{
"name": "p",
"comment": "a point to check\n",
"type": "PtLike",
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))\n",
"type": "MouseEvent",
"default": false
}
],
Expand Down Expand Up @@ -636,15 +636,15 @@
"default": false
},
{
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))",
"type": "MouseEvent",
"name": "p",
"comment": "a point to check",
"type": "PtLike",
"default": false
},
{
"name": "p",
"comment": "a point to check\n",
"type": "PtLike",
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))\n",
"type": "MouseEvent",
"default": false
}
],
Expand Down
24 changes: 12 additions & 12 deletions docs/json/class/UI_UIButton.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,15 +217,15 @@
"default": false
},
{
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))",
"type": "MouseEvent",
"name": "p",
"comment": "a point to check",
"type": "PtLike",
"default": false
},
{
"name": "p",
"comment": "a point to check\n",
"type": "PtLike",
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))\n",
"type": "MouseEvent",
"default": false
}
],
Expand Down Expand Up @@ -768,15 +768,15 @@
"default": false
},
{
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))",
"type": "MouseEvent",
"name": "p",
"comment": "a point to check",
"type": "PtLike",
"default": false
},
{
"name": "p",
"comment": "a point to check\n",
"type": "PtLike",
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))\n",
"type": "MouseEvent",
"default": false
}
],
Expand Down
24 changes: 12 additions & 12 deletions docs/json/class/UI_UIDragger.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,15 +217,15 @@
"default": false
},
{
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))",
"type": "MouseEvent",
"name": "p",
"comment": "a point to check",
"type": "PtLike",
"default": false
},
{
"name": "p",
"comment": "a point to check\n",
"type": "PtLike",
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))\n",
"type": "MouseEvent",
"default": false
}
],
Expand Down Expand Up @@ -888,15 +888,15 @@
"default": false
},
{
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))",
"type": "MouseEvent",
"name": "p",
"comment": "a point to check",
"type": "PtLike",
"default": false
},
{
"name": "p",
"comment": "a point to check\n",
"type": "PtLike",
"name": "evt",
"comment": "a MouseEvent emitted by the browser (See [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent))\n",
"type": "MouseEvent",
"default": false
}
],
Expand Down