Managed Windows API
InjectMouseEvent Method (flags, dx, dy, data, extraInfo)
Namespaces
►
ManagedWinapi
►
KeyboardKey
►
InjectMouseEvent(UInt32, UInt32, UInt32, UInt32, UIntPtr)
C#
Inject a mouse event into the event loop, as if the user performed it with his mouse.
Declaration Syntax
C#
public
static
void
InjectMouseEvent
(
uint
flags
,
uint
dx
,
uint
dy
,
uint
data
,
UIntPtr
extraInfo
)
Parameters
flags
(
UInt32
)
dx
(
UInt32
)
dy
(
UInt32
)
data
(
UInt32
)
extraInfo
(
UIntPtr
)
Assembly:
ManagedWinapi
(Module: ManagedWinapi) Version: 0.3.0.0 (0.3)