multiplicity3.csys.items.keyboard.behaviour

Interface IMultiTouchKeyboardListener

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void keyPressed(KeyboardKey k, boolean shiftDown, boolean altDown, boolean ctlDown)
      Key pressed.
      void keyReleased(KeyboardKey k, boolean shiftDown, boolean altDown, boolean ctlDown)
      Key released.
    • Method Detail

      • keyPressed

        void keyPressed(KeyboardKey k,
                      boolean shiftDown,
                      boolean altDown,
                      boolean ctlDown)
        Key pressed.
        Parameters:
        k - the k
        shiftDown - the shift down
        altDown - the alt down
        ctlDown - the ctl down
      • keyReleased

        void keyReleased(KeyboardKey k,
                       boolean shiftDown,
                       boolean altDown,
                       boolean ctlDown)
        Key released.
        Parameters:
        k - the k
        shiftDown - the shift down
        altDown - the alt down
        ctlDown - the ctl down