Thread: onKeyDown
View Single Post
  #1  
Old 07-23-2011, 07:38 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
onKeyDown

can the params possibly be changed to an array in which all keys currently being pressed are passed?

I.E holding c + v would pass params {67, 86}, {"c", "v"},
Reply With Quote