GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_backend_input Struct Reference

#include <gp_backend_input.h>

Collaboration diagram for gp_backend_input:
Collaboration graph
[legend]

Data Fields

gp_dlist_head list_head
 List pointers.
 
void(* destroy )(gp_backend_input *self)
 A function to destroy the input driver.
 

Detailed Description

An input driver.

Definition at line 25 of file gp_backend_input.h.

Field Documentation

◆ destroy

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.


The documentation for this struct was generated from the following file: