GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
#include <gp_backend_input.h>
Data Fields | |
gp_dlist_head | list_head |
List pointers. | |
void(* | destroy )(gp_backend_input *self) |
A function to destroy the input driver. | |
An input driver.
Definition at line 25 of file gp_backend_input.h.
void(* gp_backend_input::destroy) (gp_backend_input *self) |
A function to destroy the input driver.
Closes file descriptors, frees memory, this is called by the backend on exit.
Definition at line 33 of file gp_backend_input.h.