File: mouse.h

package info (click to toggle)
console-apt 0.7.7.2potato2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 612 kB
  • ctags: 658
  • sloc: cpp: 6,883; sh: 152; makefile: 47
file content (15 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * mouse.h: gpm based mouse handling
 */

#ifndef _MOUSE_H
#define _MOUSE_H

#include <gpm.h>

int gpm_user_handler(Gpm_Event * event, void *data);

void gpm_open();
void gpm_close();

#endif /* _MOUSE_H */