GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
backends
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
>
15
#include <
backends/gp_backend_input.h
>
16
30
int
gp_linux_input_hotplug_new
(
gp_backend
*backend);
31
42
int
gp_linux_input_new
(
const
char
*dev_path,
gp_backend
*backend);
43
44
#endif
/* BACKENDS_GP_LINUX_INPUT_H__ */
gp_backend.h
An abstraction for display, keyboard and mouse.
gp_backend_input.h
An backend input driver.
gp_linux_input_hotplug_new
int gp_linux_input_hotplug_new(gp_backend *backend)
Registers a hotplug handler for the Linux input devices.
gp_linux_input_new
int gp_linux_input_new(const char *dev_path, gp_backend *backend)
Creates a new linux input driver and attaches it to the backend.
gp_backend
A backend.
Definition
gp_backend.h:145
Generated by
1.9.8