Hello!
I've noticed an issue linked to the mouse capture, tested on 0.2.6b and 0.2.5g.
When switching between mouse capture (poke(0x5F2D,5)) and no mouse capture (poke(0x5F2D,1)), the mouse can teleport to a seemingly random position, permanently or just during one frame.
I've uploaded a test cart to test the issue.
Repro (in browser) :
- launch the cart
- press "c" to toggle capture mode
- click inside the cart frame, to make sure the mouse is captured
- press "c" twice, to capture and un-capture the mouse
- notice the mouse teleportation
Repro (in windows editor) :
- launch the cart
- press "c" repeatedly
- notice the mouse teleportation appearing randomly
The mouse/keyboard API is documented as experimental, so I'm wondering, will this kind of bug be fixed in the future, or will it remain as is?
[Please log in to post a comment]