Home
last modified time | relevance | path

Searched refs:CenterTileXYLocationLast (Results 1 – 1 of 1) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DMapCore.cs55 public GPoint CenterTileXYLocationLast; field in GKMap.MapCore
611 if (CenterTileXYLocation != CenterTileXYLocationLast) { in DragOffset()
612 CenterTileXYLocationLast = CenterTileXYLocation; in DragOffset()
638 if (CenterTileXYLocation != CenterTileXYLocationLast) { in Drag()
639 CenterTileXYLocationLast = CenterTileXYLocation; in Drag()