iup-stack/iup/srccontrols/matrix/iupmat_key.h

24 lines
377 B
C
Raw Permalink Normal View History

2023-02-20 16:44:45 +00:00
/** \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