Exemple #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.
 );
Exemple #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.
 );
Exemple #3
0
 public static int XInputGetKeystroke(int dwUserIndex, int dwReserved, ref XInputKeystroke pKeystroke)
 {
     return 0;
 }
Exemple #4
0
 public static int XInputGetKeystroke(int dwUserIndex, int dwReserved, ref XInputKeystroke pKeystroke)
 {
     return(0);
 }