Log In  


Cart #fefobefise-0 | 2022-07-14 | Code ▽ | Embed ▽ | No License
1


hello :)
I'm trying to use stat(38) and stat(39) to recreate a cursor, but it feels very janky?
repeated mouse patterns lead to very different results, often pulling the cursor right, down or both
could this be a hardware issue?
thanks!

1


Your cursor works fine when I run it in the true Pico-8 system, @yyna. Your cursor does not move AT ALL in the online Lexaloffle version.

I would definitely mark this as a BUG, as you have done, and alert @zep to it.


welp, just found the issue! I lowered my mouse's polling rate from 125hz to 1000hz, and it seems to be way better..
wonder if that is due to 1000 not being close to a multiple of 60?


Hi @yyna:

I still can't get your program to work online at all here. Using Firefox v102.0.1 in Windows 10 64-bit.

The cursor just stays in the top-left-hand corner no matter how much I move the mouse around the Pico-8 screen.



Thanks for the info, @yyna. Still it would be something for @zep to fix.

Here now is the closest I can get for you without being able to access the proper acceleration:

Cart #wapayubibu-0 | 2022-07-16 | Code ▽ | Embed ▽ | No License

The target does not move unless you do. The acceleration is dependent upon how far away the target is from the center dot. To do fine-movements, stay near the center, to have wider moves, move away from the center.



[Please log in to post a comment]