Changes between Version 10 and Version 13 of Ticket #14732


Ignore:
Timestamp:
Nov 27, 2023, 5:15:04 AM (5 months ago)
Author:
eriktorbjorn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14732 – Description

    v10 v13  
    77[[Image(screen-resolution.png)]]
    88
    9 - In the original, the menu bar is activated by pressing the Command button. In the emulators I've tried, the Alt button has been used to represent that. ScummVM instead uses the built-in feature to activate the menu when the mouse is moved to the top of the screen. This seems friendlier to touch devices, but it would be nice if we could support both. (Note that Alt-clicking is used by at least some window manages to drag windows, i.e. the click is not passed to the application.)
     9- In the original, the menu bar is activated by pressing the Command button. On PC style keyboards, this would probably be the Alt key, since that's how both Basilisk II and Mini vMac works. ScummVM instead uses the built-in feature to activate the menu when the mouse is moved to the top of the screen. This seems friendlier to touch devices, but it would be nice if we could support both. (Note that Alt-clicking is used by at least some window managers to drag windows, i.e. the click is not passed to the application.)
    1010
    1111- The menu-auto-appears even when the mouse is hidden.