BlitterStudio / amiberry

Optimized Amiga emulator for Linux/macOS
https://amiberry.com
GNU General Public License v3.0
661 stars 89 forks source link

Window resize middle button MacOS #1421

Closed cwscws closed 2 months ago

cwscws commented 2 months ago

As there is no middle button on MacOS how to resize the emulation window? The system built in shortcut left command + left mouse button does not work.

Can this be set in the .uae config file? Tried gfx_width_windowed=1450 gfx_height_windowed=1050 but this also does not work.

What's the trick?

midwan commented 2 months ago

If you mean using Middle click to release the capture, you can also achieve that with Alt-Tab (if the option is enabled in the Misc panel)

cwscws commented 2 months ago

I would like to change window size for the windowed mode. As I wrote changing tha values in the config files does not do anything. What to do?

midwan commented 2 months ago

You can manually resize the window, but if you change resolutions it will be reset to the resolution size. Custom window sizes that persist in the config, are not supported I'm afraid. Maybe in the future.

cwscws commented 2 months ago

Ah, ok. Thank you for the info. I was used to it in FSUAE.

midwan commented 2 months ago

The GUI itself has a scaling factor that can be used, if that seems too small (this is found in amiberry.conf). But that doesn't apply to the emulation screen.

cwscws commented 2 months ago

The emulation window is really tiny on my iMac, so this is not really suitable for me. At least a scaling factor 2x would be nice.

midwan commented 2 months ago

I can try using the same scaling factor option the GUI uses, for the Windowed emulation screen as well. It might be enough for now.

midwan commented 2 months ago

Added in both v5.x and v6.x sources, will be part of the next release

cwscws commented 2 months ago

You are the best! :)