GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
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>
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 */
An input event feedback, e.g. keyboard leds.
Event Queue.
An (input) event layer.
A key utility functions.
Application tasks.
A monotonous timestamps.