ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.74k stars 631 forks source link

[Mac] Hot corners activate while in game #894

Open jimbond opened 11 years ago

jimbond commented 11 years ago

It would be nice if valve could disable OS hot corners in goldsource games. Currently hot corners ( remain active while playing these games.

alfred-valve commented 11 years ago

If you can find the OS API that will let us do that then we certainly can.

jimbond commented 11 years ago

lol, can't you ask Blizzard, there games can disable corners, or seriously email/ask rbarris, he worked for blizzard then valve, he'd probably know.

tiwilliam commented 10 years ago

enterFullScreenMode without options will disable exposé and hot corners, at least it did before.

https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSView_Class/Reference/NSView.html#//apple_ref/occ/instm/NSView/enterFullScreenMode:withOptions: