TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.2k stars 385 forks source link

PUAE core - Mouse pointer position is limited #4080

Closed SergioMartin86 closed 1 month ago

SergioMartin86 commented 1 month ago

Summary

I wanted to move the mouse pointer to click on the game's icon, but I can only move it to ~X,Y = (255,255) using TAStudio.

Repro

Output

Couldn't click LDM

Host env.

image

CasualPokePlayer commented 1 month ago

You're not setting absolute coordinates here, mouse inputs are relative (which case, the limit is how far you can tell the Amiga the mouse moved by). Set it to 255, 200 for another frame and it will probably move further.

SergioMartin86 commented 1 month ago

Got it, thanks

vadosnaprimer commented 1 month ago

See if this setting helps

изображение