DK11 for ActiveX | TatukGIS_XDK11.ITGIS_GestureState | Interfaces | Methods | Properties
Platform independent gesture state.
// C# public interface ITGIS_GestureState: ITBaseObject { }
' VisualBasic Public Interface ITGIS_GestureState Implements ITBaseObject End Class
// Oxygene type ITGIS_GestureState = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
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. | |