org.xith3d.ui.hud.listeners
Interface HUDPickMissedListener
- All Known Implementing Classes:
- SelectionManager
public interface HUDPickMissedListener
This Listener is notified, if no Widget was picked on a BUTTON_PRESSED or
BUTTON_RELEASED event.
|
Method Summary |
void |
onHUDPickMissed(org.jagatoo.input.devices.components.MouseButton button,
int x,
int y,
HUDPickResult.HUDPickReason pickReason,
long when,
long meta)
This event is fired, if no a mouse button was pressed or released and
not Widget was hit. |
onHUDPickMissed
void onHUDPickMissed(org.jagatoo.input.devices.components.MouseButton button,
int x,
int y,
HUDPickResult.HUDPickReason pickReason,
long when,
long meta)
- This event is fired, if no a mouse button was pressed or released and
not Widget was hit.
- Parameters:
button - the mouse button, that was pressed or releasedx - the canvas x-coordinatey - the canvas y-coordinate