FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 327 : ASCII character shift error
Last modified: 2006-04-19 16:05
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
INVALID -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
YODA0340
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2006-04-19 16:00
I recently created an ASCII keytest using processing, and noticed that for
most of the keyboard the keyCode variable did not differentiate between
upper and lowercase.
Additional Comment
#1 From fry 2006-04-19 16:05
that's not a bug.. use 'key' when you want the character. keyCode is for the key's code, which
for the case of ascii characters, will always return just one case.