For a list of all members of this type, see SelectionStrategyBase members.
Name | Description | |
---|---|---|
![]() | dragThreshold | The drag threshold. Dragging will start when this is exceeded. |
![]() | HorizontalScrollTimer | Time for scroll dragging horizontally |
![]() | ignoreNextMouseMove | Flag to indicate ignoring the next MouseMove. |
![]() | inDragMode | flag to keep track of whther we are currently in drag mode so that we can tunnel messages to OnDragMode and OnDragEnd functions |
![]() | state | The current selection state of the strategy. |
![]() | VerticalScrollTimer | Time for scroll dragging vertically |
![]() | xPos | The initial X position. |
![]() | yPos | The initial Y position. |