~ubuntu-branches/ubuntu/trusty/libgii/trusty

« back to all changes in this revision

Viewing changes to doc/man/gii_pmove_event.3

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-10-17 19:36:15 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061017193615-6civk5a1i4n1kyb0
Tags: 1:1.0.1-3
Fixed "ggtick is missing". Closes: #388682.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "gii_pmove_event" 3 "2003-12-20" "libgii-0.8.x" GGI
 
1
.TH "gii_pmove_event" 3 "2005-07-30" "libgii-1.0.x" GGI
2
2
.SH NAME
3
3
\fBgii_pmove_event\fR : LibGII pointer movement events
4
4
.SH SYNOPSIS
10
10
 
11
11
    COMMON_DATA;
12
12
 
13
 
    sint32  x, y;           /* absolute/relative position   */
14
 
    sint32  z, wheel;
 
13
    int32_t  x, y;           /* absolute/relative position   */
 
14
    int32_t  z, wheel;
15
15
 
16
16
} gii_pmove_event;
17
17
.fi
31
31
\fBevPtrAbsolute\fR, respectively.
32
32
 
33
33
LibGII does not attempt to interpolate or keep track of the \fIcurrent\fR
34
 
pointer position.  (This is the application's responsability.)  LibGII
 
34
pointer position.  (This is the application's responsibility.)  LibGII
35
35
may also report both relative and absolute pointer motion for the same
36
36
input, which may happen when the mouse is being emulated using a
37
37
keyboard on an input/target that is normally reports absolute motion.
83
83
.fi
84
84
 
85
85
.SH SEE ALSO
86
 
\fBgii_event(3)\fR
 
86
\f(CWgii_event(3)\fR