File: ggiEventSend.3ggi

package info (click to toggle)
libggi 1%3A2.0.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,072 kB
  • ctags: 5,274
  • sloc: ansic: 42,720; sh: 6,508; makefile: 666
file content (22 lines) | stat: -rw-r--r-- 825 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.\\" auto-generated by docbook2man-spec $Revision: 1.4 $
.TH "ggiEventSend" "3ggi" "22 August 2001" "GGI" "LibGGI API"
.SH NAME
ggiEventSend \- Send commands and events to a LibGGI visual
.SH SYNOPSIS
\fB#include <ggi/ggi.h>
.sp
int ggiEventSend(ggi_visual_t \fIvis\fB, 
gii_event *\fIev\fB);
\fR.SH "DESCRIPTION"
.PP
\fBggiEventSend\fR injects an event into the queue. See
\fBgiiEventSend\fR(3) for details.
.SH "CONTROLLING VT SWITCHING BEHAVIOR"
.PP
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"
\fBggiEventPoll\fR(3), \fBgiiEventSend\fR(3)