예제 #1
0
 /// <summary>
 /// Gets the current keyboard scan code set.
 /// </summary>
 /// <returns>Returns the current scan code set.</returns>
 private byte GetScanCodeSet()
 {
     SendCommand(Command.GetOrSetScanCodeSet, 0);
     return(mPS2Controller.Read());
 }
예제 #2
0
 private byte GetMouseId()
 {
     SendCommand(Command.GetMouseID);
     return(mPS2Controller.Read());
 }