예제 #1
0
 private static extern UInt32 XInputGetState(UInt32 dwUserIndex, ref XINPUT_STATE pState);
예제 #2
0
 public UInt32 GetState(UInt32 dwUserIndex, ref XINPUT_STATE pState)
 {
     return(XInputGetState(dwUserIndex, ref pState));
 }