UtilsLib Xojo plugin

EinhugurEvents Class

A class to get information and execute some methods on the Event manager.

Object
   EinhugurEvents

class EinhugurEvents

Methods

shared CursorBlinkObtains information on if a text cursor should blink or not.
shared DoubleClickDistanceReturns the Maximum distance allowed between two clicks for them to be considered a double click (in pixels).
shared DoubleClickTimeReturns the maximum time delay between double clicks in ticks.
shared DragThresholdNumber of pixels the cursor can move before dragging.
shared GetMouseObtains the current position of the mouse in screen relative coordinates.
shared LeftButtonIsDownReturns true if Left mouse button is down, else false
shared MiddleButtonIsDownReturns true if Middle mouse button is down, else false
shared RightButtonIsDownReturns true if Right mouse button is down, else false
shared SetMouseSets the location of the mouse cursor on the screen.

Supported Platforms:

  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM

    Unsupported Platforms:

  • MacOS X Carbon