About Processing Events and Keystrokes

Vermont Views handles event processing while the user is editing a form, processing a window, or selecting from a menu. However, you may sometimes need to read the keyboard or event queue directly from your code. Although the methods for reading the keyboard and event queue are different under different operating systems, the functions that read the keyboard and event queue are completely portable. This chapter describes how to read the keyboard or get an event, and how to process events directly using event tables.


Home Contents Previous Next