AuAnyEvent(3) | Library Functions Manual | AuAnyEvent(3) |
AuAnyEvent - any event structure
#include <audio/audiolib.h>
typedef union _AuEvent
{
. . .
AuAnyEvent auany;
. . .
}AuEvent;
typedef struct _AuAnyEvent
{
int type;
AuUint32 serial;
AuBool send_event;
AuServer *server;
AuTime time;
AuID id;
}AuAnyEvent;
AuAnyEvent is a generic event structure containing members common to all event types.
AuElementNotifyEvent, AuMonitorNotifyEvent, AuGrabNotifyEvent, AuErrorEvent.
audiolib - Network Audio System C Language Interface
1.9.4 | audiolib - events |