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

javajs.api.GenericMouseInterface Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package javajs.api;

public interface GenericMouseInterface {

  boolean processEvent(int id, int x, int y, int modifiers, long time);

  void clear();

  void dispose();

	void processTwoPointGesture(float[][][] touches);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy