HP Forums

Full Version: a small tool for program maker : entry method tester
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I always forgot features of each entry method (touchscreen and keys)
Then I made a small tool to quickly try all of them.

here is ktest.
[attachment=3988]

You can test each of these methods, and see their return when you press a key and/or touch the screen.

- WAIT(0)
- WAIT(-1)
- GETKEY
- ISKEYDOWN
- ISKEYDOWN(-1)
- MOUSE

press ON to quit.
Reference URL's