com.jpemartin.jgt
Interface HasKeyboard
- All Known Implementing Classes:
- BaseApp
public interface HasKeyboard
This is one of the interfaces that the WorldState object can implement.
The idea here is that each game as a WorldState object that contains state that
is accessible to all; the JGT libraries only require a specific interface, so
based on which ones you need that tells you what your WorldState should implement.
getKeyboardStatus
KeyboardStatus getKeyboardStatus()
- return the KeyboardStatus object