Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
gpm.c File Reference
#include "internal.h"
Include dependency graph for gpm.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ gpm_close()

int gpm_close ( 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 ( 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 ( tinfo ti,
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: