DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.OnTapSingle | Constructors | Fields | Methods | Properties | Events
Call action equivalent to single tap.
// C# protected virtual void OnTapSingle( TGIS_TapEventArgs _e );
' VisualBasic Protected Overridable Sub OnTapSingle( ByVal _e As TGIS_TapEventArgs )
// Oxygene protected procedure OnTapSingle( _e : TGIS_TapEventArgs ); virtual;
Name | Type | Description |
---|---|---|
_e | TGIS_TapEventArgs | tap event data ( mouse buttons state, shift keys state, tap position ) |