Thread: keydown2
View Single Post
  #3  
Old 02-14-2008, 02:54 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by xAndrewx View Post
You're also checking that "S" and "N" are not pressed in that example.
Not really. Extract from the wiki:

HTML Code:
keydown2( keycode,ignorecase)   checks if a key has been pressed (ignorecase must be 
                                    false to check for shift,ctrl,alt)
Reply With Quote