Bug 9 : throw an error if user makes mousepressed() instead of mousePressed()
Last modified: 2005-05-12 18:57




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

 

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.