open_toontown_panda3d/direct/src/showbase/InputStateGlobal.py

9 lines
216 B
Python

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