Class GLUTNoopListener

    • Constructor Detail

      • GLUTNoopListener

        public GLUTNoopListener()
    • Method Detail

      • hasMouseCallback

        public boolean hasMouseCallback()
        Description copied from interface: GLUTListener
        Indicates whether the listener has usable {@link this#onMouse(Component, int, int, int, int)}
        Specified by:
        hasMouseCallback in interface GLUTListener
      • hasKeyboardCallback

        public boolean hasKeyboardCallback()
        Description copied from interface: GLUTListener
        Indicates whether the listener has any of usable {@link this#onKeyboard(Component, char, int, int)} {@link this#onSpecialKey(Component, char, int, int)} {@link this#onSpecialKeyUp(Component, char, int, int)} (Component, char, int, int)}
        Specified by:
        hasKeyboardCallback in interface GLUTListener