FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1177 : noCursor does not work in Present mode
Last modified: 2009-03-03 06:47
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
ASSIGNED
Resolution:
-
Pr
i
ority:
P3
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
trebari
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-02-24 03:18
noCursor() does not work in Present mode. Is this a bug?
I'm using Processing 1.0.1 on Mac OS X 10.5.6 (on MacBook Pro - late 2008 unibody model)
=== code snippets ===
void setup() {
size(screen.width, screen.height);
}
void draw() {
background(0);
noCursor();
}
Additional Comment
#1 From fry 2009-02-26 03:14
***
Bug 1180
has been marked as a duplicate of this bug. ***
Additional Comment
#2 From fry 2009-02-26 03:16
I think it's an issue with how the full screen exclusive mode works in
Java, I'm not sure if we can work around it but I'll try.
Additional Comment
#3 From fry 2009-03-03 06:47
I'm not sure if it's a bug, or whether we simply cannot hide the cursor in
full screen exclusive mode (that's a little silly though, since FSEM is
most commonly used for gaming). Will look into it.
This bug is now being tracked
here
.