Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
gpm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int gpm_connect (struct tinfo *ti)
 
int gpm_read (struct tinfo *ti, struct ncinput *ni)
 
int gpm_close (struct tinfo *ti)
 
const char * gpm_version (void)
 

Function Documentation

◆ gpm_close()

int gpm_close ( struct tinfo ti)

Definition at line 90 of file gpm.c.

90 {
91 (void)ti;
92 return -1;
93}
Here is the caller graph for this function:

◆ gpm_connect()

int gpm_connect ( struct tinfo ti)

Definition at line 79 of file gpm.c.

79 {
80 (void)ti;
81 return -1;
82}
Here is the caller graph for this function:

◆ gpm_read()

int gpm_read ( struct tinfo ti,
struct ncinput ni 
)

Definition at line 84 of file gpm.c.

84 {
85 (void)ti;
86 (void)ni;
87 return -1;
88}

◆ gpm_version()

const char * gpm_version ( void  )

Definition at line 95 of file gpm.c.

95 {
96 return "n/a";
97}
Here is the caller graph for this function: