All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fulib.fx.util.KeyEventHolder Maven / Gradle / Ivy

package org.fulib.fx.util;

import javafx.event.EventHandler;
import javafx.event.EventType;
import javafx.scene.input.KeyEvent;
import org.fulib.fx.annotation.event.OnKey;

public record KeyEventHolder(
        OnKey.Target target,
        EventType type,
        EventHandler handler
) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy