GameLoopPositionInput abstract class
An input which has a position will implement this interface. For example, GameLoopMouse.
abstract class GameLoopPositionInput { int get x; int get y; int get dx; int get dy; double get time; int get frame; }
An input which has a position will implement this interface. For example, GameLoopMouse.
abstract class GameLoopPositionInput { int get x; int get y; int get dx; int get dy; double get time; int get frame; }