Poodletooth-iLand/panda/direct/showbase/InputStateGlobal.py

11 lines
263 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
"""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()