Class MouseEvent
java.lang.Object
eu.svjatoslav.sixth.e3d.gui.humaninput.MouseEvent
Represents mouse event.
-
Field Summary
Modifier and TypeFieldDescriptionint
0 - mouse over (no button pressed) 1 - left mouse button 2 - middle mouse button 3 - right mouse buttonMouse coordinate in screen space (pixels) relative to top left corner of the screen when mouse button was clicked. -
Method Summary
-
Field Details
-
coordinate
Mouse coordinate in screen space (pixels) relative to top left corner of the screen when mouse button was clicked. -
button
public int button0 - mouse over (no button pressed) 1 - left mouse button 2 - middle mouse button 3 - right mouse button
-
-
Method Details