GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_linux_input.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later
2/*
3 * Copyright (C) 2009-2023 Cyril Hrubis <metan@ucw.cz>
4 */
5
11#ifndef BACKENDS_GP_LINUX_INPUT_H__
12#define BACKENDS_GP_LINUX_INPUT_H__
13
14#include <backends/gp_backend.h>
16
31
42int gp_linux_input_new(const char *dev_path, gp_backend *backend);
43
44#endif /* BACKENDS_GP_LINUX_INPUT_H__ */
An abstraction for display, keyboard and mouse.
An backend input driver.
int gp_linux_input_hotplug_new(gp_backend *backend)
Registers a hotplug handler for the Linux input devices.
int gp_linux_input_new(const char *dev_path, gp_backend *backend)
Creates a new linux input driver and attaches it to the backend.
A backend.
Definition gp_backend.h:72