Vuo  2.0.0
Classes | Macros | Functions
VuoInteraction.h File Reference

Description

VuoInteraction C type definition.

Definition in file VuoInteraction.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoInteraction_struct
 List type. More...
 
struct  VuoInteraction
 Holds information about an input device's status. More...
 

Functions

VuoInteraction VuoInteraction_makeFromJson (json_object *js)
 
json_objectVuoInteraction_getJson (const VuoInteraction value)
 
char * VuoInteraction_getSummary (const VuoInteraction value)
 
bool VuoInteraction_update (const VuoPoint2d position, const VuoBoolean isPressed, VuoInteraction *interaction) VuoWarnUnusedResult
 Update an interaction with new input position and isPressed values. More...
 
static VuoInteraction VuoInteraction_make () __attribute__((const))
 Returns a new VuoInteraction. More...
 
bool VuoInteraction_areEqual (const VuoInteraction a, const VuoInteraction b)
 Returns true if both interactions are identical (value-wise). More...
 
bool VuoInteraction_isLessThan (const VuoInteraction a, const VuoInteraction b)
 Returns true if a < b. More...
 
VuoInteraction VuoInteraction_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoInteraction_getString (const VuoInteraction value)
 Automatically generated function. More...
 
void VuoInteraction_retain (VuoInteraction value)
 Automatically generated function. More...
 
void VuoInteraction_release (VuoInteraction value)
 Automatically generated function. More...
 
#define VuoList_VuoInteraction_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoInteraction_structVuoList_VuoInteraction
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoInteraction_TYPE_DEFINED

#define VuoList_VuoInteraction_TYPE_DEFINED

List type.

Definition at line 21 of file VuoInteraction.h.

Typedef Documentation

◆ VuoList_VuoInteraction

List type.