FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 9 : throw an error if user makes mousepressed() instead of mousePressed()
Last modified: 2005-05-12 18:57
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:
enhancement
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fry
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2005-05-12 18:49
do this for any of the reserved/built-in functions. tends to be a problem
for beginners.
Additional Comment
#1 From fry 2005-05-12 18:57
or colorMode(RGB), if user doesn't use all-caps RGB? though that would mean
int rgb = xxxxx
would no longer work, which is no fun. especially when things like X is in
PConstants.