Package it.unibo.alchemist.boundary.fxui.interaction.mouse.api
Types
Link copied to clipboard
Actions that can happen on a mouse and a certain mouse button. The enum's values are based on JavaFX's mouse events, such as onMouseClicked
Link copied to clipboard
interface MouseActionListener : ActionListener<MouseTriggerAction, MouseEvent>
Content copied to clipboard
An action listener in the context of mouse events.
Link copied to clipboard
Simple mouse actions.
Link copied to clipboard
The TriggerAction regarding mouse events.