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

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