Package com.luciad.input.mouse
package com.luciad.input.mouse
Everything that is used as input to interact with the map using a mouse.
See related article for an overview of the controller API and how mouse events are related to it.
-
ClassDescriptionRepresents a mouse button in the controller API.Specialization of the
ClickEvent
for the mouse.Specialization of theDragEvent
for the mouse.This class generates high-level mouse gesture events from low-level input events.Mouse movement dedicated implementation of theIInputEvent
.Implementation ofIInputEvent
that represents a mouse pressed.Implementation ofIInputEvent
that represents a mouse released.