efl/legacy/ecore/src/e_ev_x.h

6 lines
156 B
C

#ifndef E_EV_X_H
#define E_EV_X_H 1
void e_ev_x_init(void);
char *e_key_press_translate_into_typeable(Ev_Key_Down * e);
#endif