FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 63 : how to handle "stop" button in present mode
Last modified: 2009-11-29 08:50
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
WONTFIX -
Pr
i
ority:
P4
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fry
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2005-07-15 15:46
so you've got a full screen sketch, but that means you're gonna hide the
stop button.. but then you've gotta write an exit handler.. how to warn
people about this or enforce a default "exit" when running in present mode?
(problem with default exit, of course is that sometime people will want to
shut that off too.. yay! complexity!)
Additional Comment
#1 From fry 2009-11-29 08:50
nevermind... just use ESC to exit, or if people override ESC, they can deal
with it themselves.