Mouse Event


Mouse Event : (ICT) (1) Mouse events occur when a mouse button is pressed or released inside a widget, or when the mouse cursor is moved. (2) When mouse button is pressed, the top-most node is picked and all subsequent mouse events are delivered to the same node until the button is released. If a mouse clicked event is generated from these events, it is still delivered to the same node. This event occurs when mouse button has been clicked (pressed and released on the same node). This event provides a button-like behavior to any node. Note that even long drags can generate click event (it is delivered to the top-most node on which the mouse was both pressed and released). http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/MouseEvent.html
No records Found
afaatim.com copyright © April 2016 Dr.K.R.Kamaal. All rights reserved