Vuo  2.3.2
Functions
VuoDragEvent.c File Reference

Description

VuoDragEvent implementation.

Definition in file VuoDragEvent.c.

Go to the source code of this file.

Functions

VuoDragEvent VuoDragEvent_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoDragEvent_getJson (const VuoDragEvent value)
 Encodes value as a JSON object. More...
 
char * VuoDragEvent_getSummary (const VuoDragEvent value)
 Returns a compact string representation of value. More...
 
VuoDragEvent VuoDragEvent_make (const VuoPoint2d position, const VuoList_VuoUrl urls)
 Creates a new drag event. More...
 
bool VuoDragEvent_areEqual (const VuoDragEvent value1, const VuoDragEvent value2)
 Returns true if the two drag events are equivalent: More...
 
bool VuoDragEvent_isLessThan (const VuoDragEvent a, const VuoDragEvent b)
 Returns true if value1 < value2. More...