Vuo 2.4.4
Loading...
Searching...
No Matches
VuoMouseUtility.m
Go to the documentation of this file.
1
10#include "VuoReal.h"
11#include <AppKit/AppKit.h>
12
13#ifdef VUO_COMPILER
15 "title" : "VuoMouseUtility",
16 "dependencies" : [
17 "AppKit.framework"
18 ]
19 });
20#endif
21
28{
29 NSTimeInterval interval = [NSEvent doubleClickInterval];
30 return (VuoReal) interval;
31}