Methods
Start
// Method used for monitoring mouse and key events.
Start2
// Method used for monitoring mouse over events after a specific idle time.
Start3
// Method used for monitoring hokey events.
Note: These three methods are not exclusive. You can use all three of them at the same time.
Stop
// Method used for stopping the monitoring actions of the WMonitorX object.
Properties
LineStyle
// Property used for setting the style of the line which appears on the screen when mouse gestures are enabled
LineColor
// Property used for setting the color of the line which appears on the screen when mouse gestures are enabled
Event
WEvent
// Interface used for handling the mouse events
|