mouse

mouse tab settings

Settings related to mouse, touch screen and drag&drop.

mouse & gesture

mouse dwn

Gives the mouse state of the control:

  • 1 if the mouse is pressed
  • 0 otherwise.

In multi-touch environment, can be an array of [0..1] values.

mouse wheel

Gives the mouse wheel speed and direction, -1,-2,-3,...=forward, 1,2,3,...=backward.

mouse wheel enabled

Enables or disable the mouse wheel action.

dbl click

Sends a 1 value if the user has [dbl-clicked] on the control.

mouse active

Determines if the mouse is active on the control.

mouse x

Gives the mouse X position on the control in relative coordinates from 0=most-left to 1=most-right.

In multi-touch environment, can be an array of [0..1] values.

mouse y

Gives the mouse Y position on the control in relative coordinates form 0=top to 1=bottom.

In multi-touch environment, can be an array of [0..1] values.

bitmap

bitmap in

Background bitmap input.

Use [CTRL + Click] to reset the input.

bitmap out

Background bitmap output.

touch pressure

Pressure value on touch-screens.

The pressure value is not available on all touch screens.

gesture

Gesture information.

In touch and multi-touch environment, returns an array of the fingers movements See multi-touch

reset

auto reset

When ON, the value of the control is reset automatically on mouse up.

drag & drop

drag enabled

Enables the drag on this control.

allow drop

Enables or disables the drag&drop possibilities on this control.

drop file name

Name of the dropped file.

clear drop file name

Clears the latest dropped file name.

vertical mouse

When ON, move up-down to rotate a knob, left-right when OFF.

touch screen

touch hi precision

Mode of the precision factor. Can be disabled or for touch screen only or always (touch screen and mouse).

precision factor

Precision factor when the control is modified with a touch screen. Hi values for hi precision on touch screen.

mouse mode

Behavior of the control when it is modified with a touch screen.

circular mouse

When ON, the mouse wheel acts in circular mode.

keyboard arrows

keyboard arrows enabled

Determines if the control can be modified with the [arrow] keys of the keyboard.

focus & cursor

mouse over

Sends a 1 value when the control is hovered with the mouse.

mouse cursor

Determines the type of mouse cursor for the control.

  • default
  • none
  • arrow
  • cross
  • beam
  • size NESW
  • size NS
  • size NWSE
  • size WE
  • up arrow
  • hour glass
  • drag
  • no drop
  • H split
  • V split
  • multi drag
  • SQL wait
  • no
  • app start
  • help
  • hand point
  • size all

    selection

    selected

    Sends 1 when the control is selected.

version 7.0.250121

Edit All Pages