예제 #1
0
 //-----------------------------------------------------------------------------------
 //-----------------------------------------------------------------------------------
 internal static void InternalHandler(object sender)
 {
     InputListner listner = sender as InputListner;
     //Debug.WriteLine(listner.ActionMap.LastAction);
 }
예제 #2
0
 public ControllerMap(InputListner listner, int nIndex)
 {
     m_inputListner     = listner;
     m_nControllerIndex = nIndex;
 }