File: brlapi_describedKeyCode_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 (53 lines) | stat: -rw-r--r-- 1,275 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
44
45
46
47
48
49
50
51
52
53
.TH "brlapi_describedKeyCode_t" 3 "Sat Oct 25 2014" "Version 1.0" "BrlAPI" \" -*- nroff -*-
.ad l
.nh
.SH NAME
brlapi_describedKeyCode_t \- 
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <brlapi\&.h>\fP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "const char * \fBtype\fP"
.br
.ti -1c
.RI "const char * \fBcommand\fP"
.br
.ti -1c
.RI "unsigned int \fBargument\fP"
.br
.ti -1c
.RI "unsigned int \fBflags\fP"
.br
.ti -1c
.RI "const char * \fBflag\fP [64-\fBBRLAPI_KEY_FLAGS_SHIFT\fP]"
.br
.ti -1c
.RI "\fBbrlapi_expandedKeyCode_t\fP \fBvalues\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
Structure holding the components of a key code as returned by \fBbrlapi_describeKeyCode()\fP 
.SH "Field Documentation"
.PP 
.SS "unsigned int brlapi_describedKeyCode_t::argument"
the argument value 
.SS "const char* brlapi_describedKeyCode_t::command"
the command name 
.SS "const char* brlapi_describedKeyCode_t::flag[64-\fBBRLAPI_KEY_FLAGS_SHIFT\fP]"
the flag names 
.SS "unsigned int brlapi_describedKeyCode_t::flags"
the flag count 
.SS "const char* brlapi_describedKeyCode_t::type"
the type name 
.SS "\fBbrlapi_expandedKeyCode_t\fP brlapi_describedKeyCode_t::values"
the actual values of the components 

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