Vuo  2.3.2
VuoKeyboard.h
Go to the documentation of this file.
1 
10 #include "node.h"
11 #include "VuoKey.h"
12 #include "VuoModifierKey.h"
13 
14 typedef void * VuoKeyboard;
15 
17 
19  VuoOutputTrigger(typedLine, VuoText),
20  VuoOutputTrigger(typedWord, VuoText),
21  VuoOutputTrigger(typedCharacter, VuoText),
22  VuoWindowReference window);
23 
25  void (^typedLine)(VuoText),
26  void (^typedWord)(VuoText),
27  void (^typedCharacter)(VuoText, VuoModifierKey),
28  VuoWindowReference window);
29 
31  VuoOutputTrigger(pressed, void),
32  VuoOutputTrigger(released, void),
33  VuoWindowReference window,
34  VuoKey key,
35  VuoModifierKey modifierKey,
36  bool shouldFireForRepeat);
37 
38 void VuoKeyboard_stopListening(VuoKeyboard *keyboardListener);