◆ ListBoxMouseMoveSelector()
juce::ListBoxMouseMoveSelector::ListBoxMouseMoveSelector |
( |
ListBox & |
lb | ) |
|
|
inline |
◆ mouseExit()
Called when the mouse moves out of a component.
This will be called when the mouse moves off the edge of this component.
If the mouse button was pressed, and it was then dragged off the edge of the component and released, then this callback will happen when the button is released, after the mouseUp callback.
- Parameters
-
event | details about the position and status of the mouse event, including the source component in which it occurred |
- See also
- mouseEnter, mouseDrag, mouseMove, contains
Reimplemented from juce::MouseListener.
◆ mouseMove()
Called when the mouse moves inside a component.
If the mouse button isn't pressed and the mouse moves over a component, this will be called to let the component react to this.
A component will always get a mouseEnter callback before a mouseMove.
- Parameters
-
event | details about the position and status of the mouse event, including the source component in which it occurred |
- See also
- mouseEnter, mouseExit, mouseDrag, contains
Reimplemented from juce::MouseListener.
The documentation for this class was generated from the following file: