summaryrefslogtreecommitdiff
path: root/iup/srccontrols/matrix/iupmat_key.h
blob: 1062dd0739e31599ff3616065928bb589eb1f111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/** \file
 * \brief iupmatrix. keyboard control.
 *
 * See Copyright Notice in "iup.h"
 */
 
#ifndef __IUPMAT_KEY_H 
#define __IUPMAT_KEY_H

#ifdef __cplusplus
extern "C" {
#endif

int  iupMatrixKeyPress_CB(Ihandle* ih, int c, int press);
int  iupMatrixProcessKeyPress(Ihandle* ih, int c);

void iupMatrixKeyResetHomeEndCount(Ihandle* ih);

#ifdef __cplusplus
}
#endif

#endif