KeyInput :: KeyInput - Constructor
Usually, the key input is created by the system and passed to the keyInput() handler. of the control. Within the application, however, copies from the key input might be created.
Implementation overview
- Create copy
 KeyInput :: KeyInput ( cKeyInput )
- Create empty key input
 KeyInput :: KeyInput (  )
Implementation details
- 
Create copy
 KeyInput  :: KeyInput ( odabagui::KeyInput &cKeyInput )
 The constructor creates a copy from the key input passed in cKeyInput. - cKeyInput
 - Key input
The key input object defines key and modifier key pressed recently on the keyboard. 
 to list
- cKeyInput
 - Key input
- 
Create empty key input
 KeyInput  :: KeyInput (  )
 The constructor creates an empty key input object. to list

