mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
kill duplicate documentation
This commit is contained in:
parent
99fb662f59
commit
7889ffc0a8
@ -430,14 +430,6 @@ notcurses_getc_blocking(struct notcurses* n, ncinput* ni){
|
||||
sigemptyset(&sigmask);
|
||||
return notcurses_getc(n, NULL, &sigmask, ni);
|
||||
}
|
||||
|
||||
// Enable the mouse in "button-event tracking" mode with focus detection and
|
||||
// UTF8-style extended coordinates. On failure, -1 is returned. On success, 0
|
||||
// is returned, and mouse events will be published to notcurses_getc().
|
||||
int notcurses_mouse_enable(struct notcurses* n);
|
||||
|
||||
// Disable mouse events. Any events in the input queue can still be delivered.
|
||||
int notcurses_mouse_disable(struct notcurses* n);
|
||||
```
|
||||
|
||||
### Mice
|
||||
|
Loading…
Reference in New Issue
Block a user