shout3d.core
Class WindowInput
java.lang.Object
|
+--shout3d.core.DeviceInput
|
+--shout3d.core.WindowInput
- public class WindowInput
- extends DeviceInput
A class for describing basic window input.
The inputs that are received are for window close, iconify, and deiconify.
Field Summary |
static int |
CLOSE
This flag indicates that the window was closed. |
static int |
DEICONIFY
This flag indicates that the window was deiconified |
static int |
ICONIFY
This flag indicates that the window was iconified. |
int |
which
Indicates which type of input (CLOSE, ICONIFY, or DEICONIFY)
was received. |
Constructor Summary |
WindowInput()
Constructs a WindowInput |
WindowInput(int which,
int modifiers,
double timeStamp)
Constructs a WindowInput |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CLOSE
public static final int CLOSE
- This flag indicates that the window was closed.
ICONIFY
public static final int ICONIFY
- This flag indicates that the window was iconified.
DEICONIFY
public static final int DEICONIFY
- This flag indicates that the window was deiconified
which
public int which
- Indicates which type of input (CLOSE, ICONIFY, or DEICONIFY)
was received.
WindowInput
public WindowInput()
- Constructs a WindowInput
WindowInput
public WindowInput(int which,
int modifiers,
double timeStamp)
- Constructs a WindowInput