GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_linux_input.h
1// SPDX-License-Identifier: LGPL-2.1-or-later
2/*
3 * Copyright (C) 2009-2023 Cyril Hrubis <metan@ucw.cz>
4 */
5
6#ifndef BACKENDS_GP_LINUX_INPUT_H__
7#define BACKENDS_GP_LINUX_INPUT_H__
8
9#include <backends/gp_backend.h>
10#include <backends/gp_backend_input.h>
11
22int gp_linux_input_hotplug_new(gp_backend *backend);
23
24int gp_linux_input_new(const char *dev_path, gp_backend *backend);
25
26#endif /* BACKENDS_GP_LINUX_INPUT_H__ */