Poodletooth-iLand/panda/direct/showbase/InputStateGlobal.py
2015-03-03 17:10:12 -05:00

10 lines
263 B
Python

"""instantiate global InputState object"""
__all__ = ['inputState']
# This file had to be separated from MessengerGlobal to resolve a
# circular include dependency with DirectObject.
from direct.controls import InputState
inputState = InputState.InputState()