Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
KeyboardSend
C# Class KeyboardSend, code
显示文件
Open project: shendongnian/code
Class Usage Examples
Public Methods
Method
Description
KeyDown
(
Keys,
vKey
) :
void
KeyUp
(
Keys,
vKey
) :
void
Private Methods
Method
Description
keybd_event
(
byte
bVk
,
byte
bScan
,
int
dwFlags
,
int
dwExtraInfo
) :
void
Method Details
KeyDown()
public
static
method
public
static
KeyDown
(
Keys,
vKey
) :
void
vKey
Keys,
return
void
KeyUp()
public
static
method
public
static
KeyUp
(
Keys,
vKey
) :
void
vKey
Keys,
return
void