User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_gesturestate

Table of Contents

TGIS_GestureState record

DK11 for Delphi | GisTypesUI.TGIS_GestureState | Records | Fields

Platform independent gesture state.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_GestureState = record
  end;
// C++ Builder
struct DECLSPEC_DRECORD TGIS_GestureState
{
};

Fields

Inherited Protected
Name Visibility Description
Alt public Keyboard special key status.
Ctrl public Keyboard special key status.
DownCount public Tracking number of taps.
DownTime public Tracking tap duration.
DownX public Position upon taping.
DownY public Position upon taping.
GestureCnt public Gesture state tracking.
Left public Mouse button status.
Middle public Mouse button status.
MoveDelta public Movement tracking displacement.
Pen public Pen touch source.
Right public Mouse button status.
Shift public Keyboard special key status.
Touch public Finger touch source.

Remarks

This method is used only for internal use on layer reading.

2022/11/30 19:19

Page Tools