Class CameraEvent

java.lang.Object
java.util.EventObject
de.gurkenlabs.litiengine.graphics.CameraEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FocusChangedEvent, ZoomChangedEvent

public abstract class CameraEvent extends EventObject
Represents an abstract event related to the camera. This class serves as the base for all camera-related events in the game engine.
See Also:
  • Method Details

    • getCamera

      public ICamera getCamera()
      Gets the camera associated with this event.
      Returns:
      The ICamera instance that triggered this event.