HTML Application SDK
A0.101
|
import"RemoteKeyGenerator.idl";
Public Member Functions | |
Boolean | generateKeyPress ([in] Integer key) |
This is a class which implements global RemoteKeyGenerator object.
Boolean RemoteKeyGenerator.generateKeyPress | ( | [in] Integer | key | ) |
This function generates a remote key press event from browser
key | The key code that is wanted to be processed by platform. Check KeySet for currently available key codes. If any other code is given, it will be converted into unknown key. |