company logo

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

Implementation details

  1. 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.

  2. to list
  3. Create empty key input
    KeyInput  :: KeyInput (  )

    The constructor creates an empty key input object.

  4. to list