giiSetEventMask, giiGetEventMask, giiAddEventMask, giiRemoveEventMask - Set the types of events queued
int giiSetEventMask(gii_input_t inp, gii_event_mask evm);
gii_event_mask giiGetEventMask(gii_input_t inp);
int giiAddEventMask(gii_input_t inp, gii_event_mask mask);
int giiRemoveEventMask(gii_input_t inp, gii_event_mask mask); .SH "DESCRIPTION"
Calling giiSetEventMask indicates to LibGII that only the types of events that match the specified event mask will be read by the application in subsequent giiEventPoll or giiEventRead calls. LibGII can then save time and memory by skipping checks and not allocating queues for events that will never be read out. The default mask allows all events.
giiGetEventMask returns the event mask in effect.
giiAddEventMask and giiRemoveEventMask are macros that set or delete individual bits in the bitmask.
giiSetEventMask, giiAddEventMask and giiRemoveEventMask return 0 on success or an error code otherwise.
giiGetEventMask returns the currently set mask.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |