Class AbstractMouseInput

    • Constructor Detail

      • AbstractMouseInput

        public AbstractMouseInput​(Key... keys)
        Keys constructor.
        Parameters:
        keys - The keys that were pressed when this input occurred.
        Throws:
        java.lang.NullPointerException - if the given keys is null.