Vuo  2.0.0
VuoMouseUtility.m
Go to the documentation of this file.
1 
10 #ifndef NS_RETURNS_INNER_POINTER
11 #define NS_RETURNS_INNER_POINTER
12 #endif
13 
14 #include "module.h"
15 #include <AppKit/AppKit.h>
16 
17 #ifdef VUO_COMPILER
19  "title" : "VuoMouseUtility",
20  "dependencies" : [
21  "AppKit.framework"
22  ]
23  });
24 #endif
25 
32 {
33  NSTimeInterval interval = [NSEvent doubleClickInterval];
34  return (VuoReal) interval;
35 }