rage/src/bin/key.h

7 lines
105 B
C

#ifndef _KEY_H__
#define _KEY_H__ 1
void key_handle(Evas_Object *win, Evas_Event_Key_Down *ev);
#endif