Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report #519  -  Can't minimize full screen game or switch to another window on Mac OS
Posted Jul 14, 2013 - updated Nov 21, 2013   Shortlink: http://arx.vg/519
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Fixed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Fixed
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     xanm
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Category
    Not determined
  • Resolution
    RESOLVED
  • Priority
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Targetted for
    icon_milestones.png Not determined
  • OS
    icon_customdatatype.png Not determined
  • Architecture
    icon_customdatatype.png Not determined
  • Fixed in
    icon_customdatatype.png Not determined
Issue description
When i launch the game it blocks everything now way to go out except quit Command+Tab, Command+M, Command+H none of ways to hide games isn't work

OS Version: Mac OS X 10.8.2 Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.18f5 Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
Steps to reproduce this issue
Nothing entered.

#1
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Jul 14, 12:03
That's probably just SDL 1.2 being SDL 1.2 - it grabs all keys when fullscreen. We handle Alt+TAB and Alt+F4, but that's obviously not a perfect solution as the correct shortcuts are different in each environment. SDL 2 should fix this.
#3
icon_reply.pngReply
Comment posted by
 xanm
Jul 27, 09:51
i am trying to fix it but i have some problem after call SDL_WM_IconifyWindow() i see animation of minimize window but after that just black screen and also arx still respond to keys_mouse event and sound still work looks like that just rendering stop but all other is working
#4
icon_reply.pngReply
Comment posted by
 xanm
Jul 27, 10:05
added pull request which fix handle close window key event on Mac OS X https://github.com/arx/ArxLibertatis/pull/172