File: brlapi_expandedKeyCode_t.3

package info (click to toggle)
brltty 5.2~20141018-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, jessie-kfreebsd-proposed-updates
  • size: 22,640 kB
  • sloc: ansic: 108,275; sh: 6,339; java: 4,473; xml: 2,650; makefile: 1,841; tcl: 1,478; awk: 599; ml: 293; python: 250
file content (43 lines) | stat: -rw-r--r-- 927 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH "brlapi_expandedKeyCode_t" 3 "Sat Oct 25 2014" "Version 1.0" "BrlAPI" \" -*- nroff -*-
.ad l
.nh
.SH NAME
brlapi_expandedKeyCode_t \- 
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <brlapi\&.h>\fP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "unsigned int \fBtype\fP"
.br
.ti -1c
.RI "unsigned int \fBcommand\fP"
.br
.ti -1c
.RI "unsigned int \fBargument\fP"
.br
.ti -1c
.RI "unsigned int \fBflags\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
Structure holding the components of a key code as returned by \fBbrlapi_expandKeyCode()\fP 
.SH "Field Documentation"
.PP 
.SS "unsigned int brlapi_expandedKeyCode_t::argument"
the argument value 
.SS "unsigned int brlapi_expandedKeyCode_t::command"
the command value 
.SS "unsigned int brlapi_expandedKeyCode_t::flags"
the flags value 
.SS "unsigned int brlapi_expandedKeyCode_t::type"
the type value 

.SH "Author"
.PP 
Generated automatically by Doxygen for BrlAPI from the source code\&.