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

jogamp.newt.driver.DriverClearFocus Maven / Gradle / Ivy

The newest version!
package jogamp.newt.driver;

/**
 * Interface tagging driver requirement of clearing the focus.
 * 

* Some drivers require a programmatic {@link #clearFocus()} when traversing the focus. *

*/ public interface DriverClearFocus { /** Programmatic clear the focus */ void clearFocus(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy