Poodletooth-iLand/panda/direct/showbase/InputStateGlobal.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

10 lines
263 B
Python
Executable file

"""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()