table of contents
other versions
- bookworm 6.5-7+deb12u1
- bookworm-backports 6.7-1~bpo12+1
- testing 6.7-1
- unstable 6.7-1+b1
brlapi_range_t(3) | BrlAPI | brlapi_range_t(3) |
NAME¶
brlapi_range_t
SYNOPSIS¶
#include <brlapi.h>
Data Fields¶
brlapi_keyCode_t first
brlapi_keyCode_t last
Detailed Description¶
Type for keycode ranges
Denotes the set of keycodes between first and last (inclusive)
Field Documentation¶
brlapi_keyCode_t brlapi_range_t::first¶
first key of the range
brlapi_keyCode_t brlapi_range_t::last¶
last key of the range
Author¶
Generated automatically by Doxygen for BrlAPI from the source code.
Thu Oct 31 2024 | Version 0.8 |