Package zombie.input

Class ControllerStateCache

java.lang.Object
zombie.input.ControllerStateCache

public class ControllerStateCache
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ControllerStateCache()  
  • Method Summary

    Modifier and Type Method Description
    ControllerState getState()  
    void poll()  
    void quit()  
    void swap()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ControllerStateCache

      public ControllerStateCache()
  • Method Details

    • poll

      public void poll()
    • swap

      public void swap()
    • getState

      public ControllerState getState()
    • quit

      public void quit()