Home
last modified time | relevance | path

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

/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dmanager.cpp97 static int cmp_up(Widget* widget, int x, int y);
1735 case kKeyUp: if (!cmp) cmp = cmp_up; in processFocusMovementMessage()
1843 static int cmp_up(Widget* widget, int x, int y) in cmp_up() function
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dgui.c714 static int cmp_up(AL_CONST DIALOG *d1, AL_CONST DIALOG *d2) in cmp_up() function
748 case KEY_UP: cmp = cmp_up; break; in move_focus()