Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac menu bar intercepts events in full-screen #60

Closed
sfiera opened this issue Mar 13, 2015 · 3 comments
Closed

Mac menu bar intercepts events in full-screen #60

sfiera opened this issue Mar 13, 2015 · 3 comments

Comments

@sfiera
Copy link
Member

sfiera commented Mar 13, 2015

Original issue 57 created by sfiera on 2011-01-06T14:05:55.000Z:

What steps will reproduce the problem?

  1. Start the game.
  2. Click at the top of the screen, somewhere near the left.

What is the expected output? What do you see instead?

The game should behave as if the user clicked at the clicked location. Instead, the game will appear to stall--this is because the click was intercepted by the operating system as being for the menu bar (not currently visible), and events are being delivered to the menu bar while it is open. The right fix appears to be a call to [NSMenu setMenuBarVisible:NO].

Referenced here:

http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=126263
http://idevapps.com/forum/archive/index.php/thread-1974.html

@sfiera
Copy link
Member Author

sfiera commented Mar 13, 2015

Comment #1 originally posted by sfiera on 2011-06-21T01:23:25.000Z:

<empty>

@sfiera
Copy link
Member Author

sfiera commented Mar 13, 2015

Comment #2 originally posted by sfiera on 2011-09-29T12:21:34.000Z:

<empty>

@sfiera
Copy link
Member Author

sfiera commented Mar 13, 2015

Comment #3 originally posted by sfiera on 2011-10-04T02:42:31.000Z:

<empty>

@sfiera sfiera closed this as completed Mar 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant