Methods' Summary |
mouseDragged |
is invoked when a mouse button is pressed on a window and then
dragged.
|
mouseMoved |
is invoked when the mouse button has been moved on a window
(with no buttons down).
|
Methods' Details |
mouseDragged
- Description
- is invoked when a mouse button is pressed on a window and then
dragged.
Mouse drag events will continue to be delivered to
the window where the first event originated until the mouse button is
released (regardless of whether the mouse position is within the
bounds of the window).
- Returns
- When `FALSE` is returned the other handlers are called and a
following handling of the event by the broadcaster takes place.
Otherwise, when `TRUE` is returned, no other handler will be
called and the broadcaster will take no further actions
regarding the event.
|
|
mouseMoved
- Description
- is invoked when the mouse button has been moved on a window
(with no buttons down).
- Returns
- When `FALSE` is returned the other handlers are called and a
following handling of the event by the broadcaster takes place.
Otherwise, when `TRUE` is returned, no other handler will be
called and the broadcaster will take no further actions
regarding the event.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.