summaryrefslogtreecommitdiff
path: root/iup/srccontrols/matrix/iupmat_mouse.h
blob: 17a09ecaf68c7f94b28e37dad37c9d2c09ce8e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/** \file
 * \brief iMatrixrix control
 * mouse events.
 *
 * See Copyright Notice in "iup.h"
 */
 
#ifndef __IUPMAT_MOUSE_H 
#define __IUPMAT_MOUSE_H

#ifdef __cplusplus
extern "C" {
#endif

int iupMatrixMouseButton_CB (Ihandle* ih, int b, int press, int x, int y, char* r);
int iupMatrixMouseMove_CB   (Ihandle* ih, int x, int y);

#ifdef __cplusplus
}
#endif

#endif