public interface Mouse extends InputDevicePointer, Updatable
Modifier and Type | Method and Description |
---|---|
int |
getMouseClick()
Get current pressed click.
|
int |
getOnScreenX()
Get location on screen x.
|
int |
getOnScreenY()
Get location on screen y.
|
int |
getOnWindowX()
Get location on window x.
|
int |
getOnWindowY()
Get location on window y.
|
getClick, getMoveX, getMoveY, getX, getY, hasClicked, hasClickedOnce, hasMoved
int getMouseClick()
int getOnScreenX()
int getOnScreenY()
int getOnWindowX()
int getOnWindowY()
Copyright © 2016 Byron 3D Games Studio. All rights reserved.