1 /* input.c */ 2 unsigned char getctrlkey(unsigned char **s); 3 void initkeymap(void); 4 void detsetallow(int _dummy); 5 void input(void); 6 int process_event(void); 7 void mkeyaction(W_Event *data); 8 void buttonaction(W_Event *data); 9 int getcourse(W_Window ww, int x, int y); 10 void lockPlanetOrBase(W_Window ww, int x, int y); 11 void macro_on(void); 12 void doMacro(W_Event *data); 13 void Key109(void); 14