简体   繁体   中英

blackberry webworks: onHardwareKey keyUp event?

Is there a possibility to capture the key up event of a hardware key on blackberry-webworks?

The blackberry.system.event.onHardwareKey is fired when pressing the key down, but i want a value to increase as long as I'm pressing the key, so i need to get the key up event to stop increasing the value...

Any help would be appreciated, thanks in advance!

We've found the Kitchen Sink to be a great resource for looking at things WebWorks can do http://blackberry.github.com/WebWorks-Samples/kitchenSink/

Take a look at the User Input - Respond to physical user input : Keyboard Events example and see if it helps: http://blackberry.github.com/WebWorks-Samples/kitchenSink/html/browser/keyevents.html

NOTE: Use Firebug/Chromes Developer Tools to view the keyevents.js file doing all the work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM