C# Class AppleWirelessKeyboard.KeyboardControl

Show file Open project: gered/AppleWirelessKeyboard

Public Methods

Method Description
OpenTaskManager ( ) : void
Send ( int VKey, KeyboardEvent e = KeyboardEvent.Both ) : void
SendDelete ( ) : void
SendEnd ( ) : void
SendF3 ( ) : void
SendHome ( ) : void
SendInsert ( ) : void
SendNextTrack ( ) : void
SendPageDown ( ) : void
SendPageUp ( ) : void
SendPlayPause ( ) : void
SendPreviousTrack ( ) : void
SendPrintScreen ( ) : void

Private Methods

Method Description
SetForegroundWindow ( IntPtr hWnd ) : bool
keybd_event ( byte bVk, byte bScan, uint dwFlags, int dwExtraInfo ) : void

Method Details

OpenTaskManager() public static method

public static OpenTaskManager ( ) : void
return void

Send() public static method

public static Send ( int VKey, KeyboardEvent e = KeyboardEvent.Both ) : void
VKey int
e KeyboardEvent
return void

SendDelete() public static method

public static SendDelete ( ) : void
return void

SendEnd() public static method

public static SendEnd ( ) : void
return void

SendF3() public static method

public static SendF3 ( ) : void
return void

SendHome() public static method

public static SendHome ( ) : void
return void

SendInsert() public static method

public static SendInsert ( ) : void
return void

SendNextTrack() public static method

public static SendNextTrack ( ) : void
return void

SendPageDown() public static method

public static SendPageDown ( ) : void
return void

SendPageUp() public static method

public static SendPageUp ( ) : void
return void

SendPlayPause() public static method

public static SendPlayPause ( ) : void
return void

SendPreviousTrack() public static method

public static SendPreviousTrack ( ) : void
return void

SendPrintScreen() public static method

public static SendPrintScreen ( ) : void
return void