Package zombie.input
Class MouseStateCache
java.lang.Object
zombie.input.MouseStateCache
public final class MouseStateCache
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description MouseStateCache()
-
Method Summary
Modifier and Type Method Description MouseState
getState()
void
poll()
void
swap()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MouseStateCache
public MouseStateCache()
-
-
Method Details
-
poll
public void poll() -
swap
public void swap() -
getState
-