On 2020-12-17T17:17:24 +
Almas Baimagambetov wrote:
>
> *Use case:* 3D games or 3D modelling tools, where the application "grabs"
> (gets exclusive control of) the mouse and moving the mouse doesn't move the
> cursor.
>
This is pretty much essential for mouse-based camera control in 3D
simul
I replied to a reply that snipped too much of this (I was thinking more
of the full-screen fully immersive use case).
If all you are looking for is some way to prevent the cursor from
leaving a Window, there might be a way to do it, but the implications of
this would need to be carefully thoug
Immersive 3D games is not really a key use case for JavaFX, so I doubt
we would add any API to support this. I don't see it as a feature we
could implement in isolation anyway. As an example, we don't support
full-screen exclusive mode (FSEM) on Windows, which might be needed to
implement this