Home
last modified time | relevance | path

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

/dports/graphics/openrm/rm160/rmaux/
H A Drmbfuncs.c228 static int (*rmauxUserButtonUpFuncs[RM_NUM_BUTTON_MODIFIERS][RM_NUM_BUTTONS + 1]) RMAUX_BUTTON_FUNC…
624 if (rmauxUserButtonUpFuncs[which_modifier_index][which_button_down] != NULL) in rmauxWndProc()
625 …rstat = (*rmauxUserButtonUpFuncs[which_modifier_index][which_button_down])(win_current_pipe, ix, i… in rmauxWndProc()
778 if (rmauxUserButtonUpFuncs[modifier_index][button_index] != NULL) in rmauxEventLoop()
779 stat = (*rmauxUserButtonUpFuncs[modifier_index][button_index])(pipe, pointerX, pointerY); in rmauxEventLoop()
1792 rmauxUserButtonUpFuncs[modifier_index][button_index] = userfunc; in rmauxSetButtonUpFunc()
1884 static int (*rmauxUserButtonUpFuncs[RM_NUM_BUTTON_MODIFIERS][RM_NUM_BUTTONS + 1]) RMAUX_BUTTON_FUNC… variable