PMGuide - Mouse and Keyboard Input: Difference between revisions
Appearance
Line 2: | Line 2: | ||
==About Mouse and Keyboard Input== | ==About Mouse and Keyboard Input== | ||
===System Message Queue=== | |||
===Window Activation=== | |||
===Keyboard Focus=== | |||
===Keyboard Messages=== | |||
====Message Flags==== | |||
====Key-Down or Key-Up Events==== | |||
====Repeat-Count Events==== | |||
====Character Codes==== | |||
====Virtual-Key Codes==== | |||
====Scan Codes==== | |||
====Accelerator-Table Entries ==== | |||
===Mouse Messages=== | |||
===Capturing Mouse Input=== | |||
====Button Clicks==== | |||
====Mouse Movement==== | |||
==Using the Mouse and Keyboard== | ==Using the Mouse and Keyboard== | ||
===Determining the Active Status of a Frame Window=== | ===Determining the Active Status of a Frame Window=== |
Revision as of 03:52, 29 April 2025
An OS/2 Presentation Manager application can accept input from both a mouse (or other pointing device) and the keyboard. This chapter explains how these input events should be received and processed.