FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   key: SHIFT == CONTROL
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: key: SHIFT == CONTROL  (Read 494 times)
Euskadi


key: SHIFT == CONTROL
« on: Feb 17th, 2004, 11:59pm »

A key constant issue:
 
void keyPressed(){
   println(CONTROL); //prints '16'
   println(SHIFT); // prints '16'
}
 
note that the inputs are right, pressing control creates a '17'.
 
Win XP, IE6, 0068
 
« Last Edit: Feb 18th, 2004, 12:47am by Euskadi »  
fry


WWW
Re: key: SHIFT == CONTROL
« Reply #1 on: Feb 18th, 2004, 3:16pm »

whups, fixed for the next release.
 
fry


WWW
Re: key: SHIFT == CONTROL
« Reply #2 on: Mar 28th, 2004, 8:46pm »

fixed in bug release rev 69.
 
Pages: 1 

« Previous topic | Next topic »