event_list_free()
QNX SDP8.0Gestures Library ReferenceAPIDeveloperProgramming
Free an event list
Synopsis:
#include <gestures/event_list.h>
void event_list_free(struct event_list *list)
Arguments:
- list
- A pointer to the event list.
Library:
libgesturesDescription:
This function resets the members of the specified list and frees the associated memory.
Returns:
Nothing.
Page updated: