Esempio n. 1
0
 public static extern int XInputGetKeystroke
 (
     int dwUserIndex,              // Index of the gamer associated with the device
     int dwReserved,               // Reserved for future use
     ref XInputKeystroke pKeystroke    // Pointer to an XINPUT_KEYSTROKE structure that receives an input event.
 );
Esempio n. 2
0
 public static extern int XInputGetKeystroke
 (
     int dwUserIndex,               // Index of the gamer associated with the device
     int dwReserved,                // Reserved for future use
     ref XInputKeystroke pKeystroke // Pointer to an XINPUT_KEYSTROKE structure that receives an input event.
 );
Esempio n. 3
0
 public static int XInputGetKeystroke(int dwUserIndex, int dwReserved, ref XInputKeystroke pKeystroke)
 {
     return 0;
 }
Esempio n. 4
0
 public static int XInputGetKeystroke(int dwUserIndex, int dwReserved, ref XInputKeystroke pKeystroke)
 {
     return(0);
 }