Searched defs:to_screen (Results 1 – 2 of 2) sorted by relevance
2053 wmouse_trafo(const WINDOW *win, int *pY, int *pX, bool to_screen) in wmouse_trafo()
2049 #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen) argument