Audacity 3.2.0
Classes | Functions
anonymous_namespace{NoteTrackVZoomHandle.cpp} Namespace Reference

Classes

struct  InitMenuData
 

Functions

bool IsDragZooming (int zoomStart, int zoomEnd)
 

Function Documentation

◆ IsDragZooming()

bool anonymous_namespace{NoteTrackVZoomHandle.cpp}::IsDragZooming ( int  zoomStart,
int  zoomEnd 
)

Definition at line 42 of file NoteTrackVZoomHandle.cpp.

43 {
44 const int DragThreshold = 3;// Anything over 3 pixels is a drag, else a click.
45 return abs(zoomEnd - zoomStart) > DragThreshold;
46 }
const int DragThreshold
Definition: TrackPanel.h:57

References DragThreshold.

Referenced by WaveChannelVZoomHandle::DoDrag(), WaveChannelVZoomHandle::DoDraw(), NoteTrackVZoomHandle::Drag(), NoteTrackVZoomHandle::Draw(), and NoteTrackVZoomHandle::Release().

Here is the caller graph for this function: