Object
EinhugurEvents
shared CommandLineArguments | Gets command line parameters for the application, returning them as array of string. |
shared CursorBlink | Obtains information on if a text cursor should blink or not. |
shared DoubleClickDistance | Returns the Maximum distance allowed between two clicks for them to be considered a double click (in pixels). |
shared DoubleClickTime | Returns the maximum time delay between double clicks in ticks. |
shared DragThreshold | Number of pixels the cursor can move before dragging. |
shared GetMouse | Gets the location of the mouse cursor on the screen. |
shared LeftButtonIsDown | Returns true if Left mouse button is down, else false |
shared MiddleButtonIsDown | Returns true if Middle mouse button is down, else false |
shared RightButtonIsDown | Returns true if Right mouse button is down, else false |
shared SetMouse | Sets the location of the mouse cursor on the screen. |
shared TerminateApplication | Terminates the application in safer way when called from App.Open event or other vulnerable points. |