Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoDragEvent_getJson (const VuoDragEvent value)
 Encodes value as a JSON object.
 
char * VuoDragEvent_getSummary (const VuoDragEvent value)
 Returns a compact string representation of value.
 
VuoDragEvent VuoDragEvent_make (const VuoPoint2d position, const VuoList_VuoUrl urls)
 Creates a new drag event.
 
bool VuoDragEvent_areEqual (const VuoDragEvent value1, const VuoDragEvent value2)
 Returns true if the two drag events are equivalent:
 
bool VuoDragEvent_isLessThan (const VuoDragEvent a, const VuoDragEvent b)
 Returns true if value1 < value2.
 
void VuoDragEvent_retain (VuoDragEvent value)
 VuoCompilerType::parseOrGenerateRetainOrReleaseFunction can't currently generate this on arm64.
 
void VuoDragEvent_release (VuoDragEvent value)
 VuoCompilerType::parseOrGenerateRetainOrReleaseFunction can't currently generate this on arm64.