event_list_copy()
QNX SDP8.0Gestures Library ReferenceAPIDeveloperProgramming
Copy an event list
Synopsis:
#include <gestures/event_list.h>
int event_list_copy(struct event_list *from_list, struct event_list *to_list)
Arguments:
- from_list
- A pointer to the event list to copy from.
- to_list
- A pointer to the event list to copy to.
Library:
libgesturesDescription:
This function copies the events from one event list to another.
Returns:
0 on success, -1 if to_list is too small to hold all events.
Page updated: