fixes for mouse/key events, PFont now more promiscuous, loop/noLoop work

This commit is contained in:
benfry
2004-09-20 23:00:31 +00:00
parent bcf8097271
commit 7e169657df
6 changed files with 357 additions and 124 deletions

View File

@@ -89,9 +89,9 @@ public class PGraphics extends PImage
// fill color
boolean _fill, fill_alpha;
float fillR, fillG, fillB, fillA;
int fillRi, fillGi, fillBi, fillAi;
int fill;
public float fillR, fillG, fillB, fillA;
public int fillRi, fillGi, fillBi, fillAi;
public int fill;
// stroke color
boolean _stroke, stroke_alpha;