jtransc.game.event.MouseEvent Maven / Gradle / Ivy
The newest version!
package jtransc.game.event;
import jtransc.game.math.Point;
public class MouseEvent extends Event {
public Point position = new Point();
public int buttons = 0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy