Scene's onMouseDrag*
setters have incorrect type parameters, jfxsi.MouseEvent
instead jfxsi.MouseDragEvent
.
#220
Comments
jpsacha
added a commit
that referenced
this issue
Oct 29, 2015
* Scene's `onMouseDrag` setters had incorrect type parameters, `jfxsi.MouseEvent` instead `jfxsi.MouseDragEvent` - Issue #220. * Correct some type constraints in methods using jfxe.EventHandler arguments - Issue #221. * Correct some setter that were defined with `_(` instead of `_=(` - Issue ##222. * Typos in documentation.
jpsacha
added a commit
that referenced
this issue
Oct 29, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For instance, in
Scene
we havebut should be
The text was updated successfully, but these errors were encountered: