C# Class CommonServices.Keybd

Mostrar archivo Open project: Invenietis/ck-certified

Public Methods

Method Description
Event ( byte vk, byte scan, uint flags, UIntPtr extra ) : void

Private Methods

Method Description
keybd_event ( byte bVk, byte bScan, uint dwFlags, UIntPtr dwExtraInfo ) : void

Method Details

Event() public static method

public static Event ( byte vk, byte scan, uint flags, UIntPtr extra ) : void
vk byte
scan byte
flags uint
extra System.UIntPtr
return void