fxengine/doc/man/man3/keyboard.h.3

48 lines
948 B
Groff

.TH "include/event/keyboard.h" 3 "Thu Aug 29 2019" "Version 0.0.1" "FxEngine" \" -*- nroff -*-
.ad l
.nh
.SH NAME
include/event/keyboard.h
.SH SYNOPSIS
.br
.PP
\fC#include <gint/keyboard\&.h>\fP
.br
\fC#include <gint/keycodes\&.h>\fP
.br
\fC#include <stdint\&.h>\fP
.br
.SS "Typedefs"
.in +1c
.ti -1c
.RI "typedef void(* \fBcallback\fP) (void)"
.br
.in -1c
.SS "Functions"
.in +1c
.ti -1c
.RI "void \fBevent_keyboard_set_key\fP (uint32_t matrix_code, uint32_t ev_type, \fBcallback\fP function)"
.br
.ti -1c
.RI "void \fBevent_keyboard_reload\fP ()"
.br
.in -1c
.SH "Typedef Documentation"
.PP
.SS "typedef void(* callback) (void)"
.PP
Definition at line 16 of file keyboard\&.h\&.
.SH "Function Documentation"
.PP
.SS "void event_keyboard_reload ()"
.SS "void event_keyboard_set_key (uint32_t matrix_code, uint32_t ev_type, \fBcallback\fP function)"
.SH "Author"
.PP
Generated automatically by Doxygen for FxEngine from the source code\&.