File: mouse.h

package info (click to toggle)
grisbi 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,808 kB
  • sloc: ansic: 161,477; sh: 4,559; makefile: 918; xml: 580; perl: 370
file content (22 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _MOUSE_H
#define _MOUSE_H (1)

/* Fichier de définition de constantes relatives à la souris mouse.h */

/* possible values for a GdkEventButton -> button
 * cf GdkEventButton structure in gnome library */
#define LEFT_BUTTON 1
#define MIDDLE_BUTTON 2
#define RIGHT_BUTTON 3


/* START_INCLUDE_H */
/* END_INCLUDE_H */


/*START_DECLARATION*/
/*END_DECLARATION*/


#endif