Saved Bookmarks
| 1. |
How To Fire A Key Event In My Test Code To Make The Program Act As If A User Pressed A Key? |
|
Answer» Two WAYS to implement it in code: generating OS level KEY event use Display.post(Event) or use Widge.notifyListeners(…) to just notify a WIDGET’s listeners. Two ways to implement it in code: generating OS level key event use Display.post(Event) or use Widge.notifyListeners(…) to just notify a widget’s listeners. |
|