Vuo  2.3.2
VuoMouseUtility.m
Go to the documentation of this file.
1 
10 #include "module.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 }