You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/ScreenCapture.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ namespace SL {
73
73
CaptureCallback CaptureDifMonitor;
74
74
//min interval between mouse captures
75
75
int Mouse_Capture_Interval;
76
-
//the function to be called on each mouse interval
76
+
//the function to be called on each mouse interval. If a the mouse image has changed, img will not be null, otherwise, the only change is new mouse coords
0 commit comments