Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void keybd_event(byte, byte, uint, int)

Declaration

public static void keybd_event(
    byte bVk,
    byte bScan,
    uint dwFlags,
    int dwExtraInfo
)