Lebostein wrote:The problem is: cmd+alt+esc
don't work!
Simple question: How I can kill a fullscreen application?
OK, I have disarmed my code. Please try to minimize or kill this without pressing [E]:
Code: Select all
InitSprite()
InitKeyboard()
ExamineDesktops()
b = DesktopWidth(0)
h = DesktopHeight(0)
d = DesktopDepth(0)
OpenScreen(b, h, d, "")
Repeat
ExamineKeyboard()
ClearScreen($0000FF)
FlipBuffers()
Until KeyboardPushed(#PB_Key_E)
cmd+alt+esc works fine on my Mac, with and without debugger.
The program will be killed directly (red screen), the IDE is active.
Which version of PB do you have? Which Mac OS? Intel-machine?
May be, there is the reason for your problem.