JX Application Framework
Loading...
Searching...
No Matches
Functions
jMouseUtil.h File Reference
#include "JPoint.h"
Include dependency graph for jMouseUtil.h:
This graph shows which files directly or indirectly include this file:

Functions

bool JMouseMoved (const JPoint &pt1, const JPoint &pt2, const JCoordinate debounceWidth=3)
 

Function Documentation

◆ JMouseMoved()

bool JMouseMoved ( const JPoint pt1,
const JPoint pt2,
const JCoordinate  debounceWidth 
)

Returns true if the points are further apart than the debounce width.