Jump to content

Events


phpcoder981

Recommended Posts

1. Why does onkeypress not show what the keyCode is... just the charCode...

 

2. What is the difference between a keyCode, and charCode...

 

3. Is there any way to make it where u can hold down one key, that causes an event. and if u hit another it causes another event w/o interrupting the current event...

 

example.... right arrow key causes onkeydown to run....

 

and

 

                  space key causes onkeyup to run....

 

what the problem is... when i hold the right arrow my dude starts running on the screen then when i press the space he quits running and fires...

Link to comment
https://forums.phpfreaks.com/topic/223235-events/
Share on other sites

you have to check for the charCode and when it's a specified key then you do something. That said there are scripts available (or frameworks) you can use that make it easier to find the key(s) that were pressed. These scripts also allow the user to re-map your keys.

Link to comment
https://forums.phpfreaks.com/topic/223235-events/#findComment-1154153
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.