Class NewtLightKeyController

    • Field Detail

      • chart

        protected Chart chart
      • lightId

        protected int lightId
    • Constructor Detail

      • NewtLightKeyController

        public NewtLightKeyController​(Chart chart)
      • NewtLightKeyController

        public NewtLightKeyController​(Chart chart,
                                      int lightId)
      • NewtLightKeyController

        public NewtLightKeyController​(Chart chart,
                                      Light light)
    • Method Detail

      • keyPressed

        public void keyPressed​(com.jogamp.newt.event.KeyEvent e)
        Specified by:
        keyPressed in interface com.jogamp.newt.event.KeyListener
      • keyReleased

        public void keyReleased​(com.jogamp.newt.event.KeyEvent e)
        Specified by:
        keyReleased in interface com.jogamp.newt.event.KeyListener