GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
backends
gp_proxy.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
4
Copyright (C) 2019-2024 Cyril Hrubis <metan@ucw.cz>
5
6
*/
7
20
#ifndef GP_PROXY_H
21
#define GP_PROXY_H
22
23
#include <
backends/gp_backend.h
>
24
33
gp_backend
*
gp_proxy_init
(
const
char
*path,
const
char
*title);
34
35
#endif
/* GP_PROXY_H */
gp_backend.h
An abstraction for display, keyboard and mouse.
gp_proxy_init
gp_backend * gp_proxy_init(const char *path, const char *title)
Connects to a proxy backend.
gp_backend
A backend.
Definition
gp_backend.h:145
Generated by
1.9.8