Home
last modified time | relevance | path

Searched refs:staticUserKeyFunc (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/openrm/rm160/rmaux/
H A Drmbfuncs.c203 static int (*staticUserKeyFunc)(RMpipe *, char, KeySym) = NULL; variable
634 if (staticUserKeyFunc != NULL) in rmauxWndProc()
642 if (staticUserKeyFunc(win_current_pipe, (char)(wParam), 0) != RM_CHILL) in rmauxWndProc()
896 if ((latch) && (event.type == KeyRelease) && (staticUserKeyFunc != NULL)) in rmauxEventLoop()
900 if ((staticUserKeyFunc(pipe, *buf_return, keysym_ret)) != RM_CHILL) in rmauxEventLoop()
917 if ((event.type == KeyPress) && (staticUserKeyFunc != NULL)) in rmauxEventLoop()
1447 staticUserKeyFunc = userfunc; in rmauxSetKeyFunc()