Setup guide
ButtonDown(
eMouseButton=btnLeft [, nXButton=0]
)
ButtonUp(
eMouseButton=btnLeft [, nXButton=0]
)
Same functionality as the Button property. See above for a description of arguments.
OSD Object
The OSD object provides access to programmable On-Screen Displays
OSD
Properties
Methods
Show(
eOSDType, Param1 [, Param2]
)
Displays the OSD.
Arguments
eOSDType
Required. Value from the eOSDType enumeration. See remarks.
Param1
Required. Variant value depending on eOSDType. See remarks.
Param2
Required/Optional. Variant value depending on eOSDType. See remarks.
Remarks
The Type property and the eOSDType parameter sets the type of the OSD that is to be displayed. It can be one of the
following constants:
Visible
Read-only boolean value indicating whether the OSD is currently visible
Type
Read/write value from the eOSDType enumeration indicating the current OSD type. See remarks.
TimeOut
Read/write unsigned long value containing the OSD timeout, in milliseconds. Don't forget to restore
it to its original value after modifying it.
osdVolume
Displays the volume OSD.
Param1
is a string that is to be displayed above the graphical representation of the current
volume.
Param2
is an unsigned number containing the current volume in percent (0..100)
Displays the Treble OSD.