GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
input
gp_input.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2022 Cyril Hrubis <metan@ucw.cz>
4
*/
5
6
#ifndef INPUT_GP_INPUT_H
7
#define INPUT_GP_INPUT_H
8
9
#include <
input/gp_event.h
>
10
#include <
input/gp_keys.h
>
11
#include <
input/gp_ev_feedback.h
>
12
#include <
input/gp_ev_queue.h
>
13
#include <
input/gp_time_stamp.h
>
14
#include <
input/gp_task.h
>
15
16
#endif
/* INPUT_GP_INPUT_H */
gp_ev_feedback.h
An input event feedback, e.g. keyboard leds.
gp_ev_queue.h
Event Queue.
gp_event.h
An (input) event layer.
gp_keys.h
A key utility functions.
gp_task.h
Application tasks.
gp_time_stamp.h
A monotonous timestamps.
Generated by
1.9.8