Class pvc.options.Pointing
Constructor Attributes | Constructor Name and Description |
---|---|
The options documentation class for the pointing behaviours.
|
Field Attributes | Field Name and Description |
---|---|
The position components that are to be ignored when determining the
distance between the pointer and a visual element.
|
|
The desired pointing mode.
|
|
The minimum distance, in pixels, that the pointer must be from the visual element
for it to be considered to be pointing to it
(applies to the
near pointing mode only).
|
|
The minimum distance, in pixels,
that a new chosen point must be from the previously chosen point.
|
|
Whether a click that occurs when an visual element is being pointed to
should be redirected to it.
|
Field Detail
{pvc.options.varia.PointingCollapse}
collapse
The position components that are to be ignored when determining the
distance between the pointer and a visual element.
Applies to the near pointing mode only.
The desired pointing mode.
- Default Value:
- 'near'
{number}
radius
The minimum distance, in pixels, that the pointer must be from the visual element
for it to be considered to be pointing to it
(applies to the
near pointing mode only).
The value must be non-negative and can be Infinity.
Applies to the near pointing mode only.
- Default Value:
- 10
{number}
radiusHyst
The minimum distance, in pixels,
that a new chosen point must be from the previously chosen point.
This parameter adds some hysteresis to the pointing behavior in an effort to stabilize cases where small mouse moves would cause frequent point change and alternation.
The value must be non-negative and finite.
The value 0 disables point change hysteresis.
Applies to the near pointing mode only.
- Default Value:
- 4
{boolean}
stealClick
Whether a click that occurs when an visual element is being pointed to
should be redirected to it.
Applies to the near pointing mode only.
- Default Value:
- true