.TH "ggiEventSend" 3 "2006-12-30" "libggi-2.2.x" GGI .SH NAME \fBggiEventSend\fR : Send commands and events to a LibGGI visual .SH SYNOPSIS .nb .nf #include int ggiEventSend(ggi_visual_t vis, gii_event *ev); .fi .SH DESCRIPTION \fBggiEventSend\fR injects an event into the queue. .SH CONTROLLING VT SWITCHING BEHAVIOR If an application wants to continue running after its VT is switched away, it should make a call \fBggiEventSend\fR to the visual with an \fBevCommand\fR event with code \fBGGICMD_NOHALT_ON_UNMAP\fR. To disable this behavior, use a command event with code \fBGGICMD_HALT_ON_UNMAP\fR. The latter is the default. .SH SEE ALSO \f(CWggiEventPoll(3)\fR, \f(CWgiiEventSend(3)\fR