Bug 1177 : noCursor does not work in Present mode
Last modified: 2009-03-03 06:47




Status:
ASSIGNED
Resolution:
-
Priority:
P3
Severity:
normal

 

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.