Home
last modified time | relevance | path

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

/dports/graphics/grx/grx249/src/mouse/
H A Dlnxinput.c104 GrKey_F6, GrKey_F7, GrKey_F8, GrKey_F9, GrKey_F10, GrKey_Escape,
108 GrKey_Escape, GrKey_Shift_F5, GrKey_Shift_F6, GrKey_Escape,
112 GrKey_Escape, GrKey_Alt_Escape,
200 if (Key!=GrKey_Escape) { in inkey()
204 if (n==0) return(GrKey_Escape); in inkey()
208 if (Key == EOF) return(GrKey_Escape); in inkey()
H A Dlnxinpu2.c119 GrKey_F6, GrKey_F7, GrKey_F8, GrKey_F9, GrKey_F10, GrKey_Escape,
123 GrKey_Escape, GrKey_Shift_F5, GrKey_Shift_F6, GrKey_Escape,
128 GrKey_Escape, GrKey_Alt_Escape,
218 if (Key != GrKey_Escape) { in inkey()
224 return (GrKey_Escape); in inkey()
229 return (GrKey_Escape); in inkey()
H A Dsdlinput.h62 { SDLK_ESCAPE, GrKey_Escape }
170 { SDLK_ESCAPE, GrKey_Escape }
/dports/graphics/grx/grx249/test/
H A Dfswwtest.c73 } while ( GrKeyRead() != GrKey_Escape ); in main()
H A Ddemogrx.c232 if ((ev.type == EV_KEY) && (ev.p1 == GrKey_Escape)) in main()
/dports/graphics/grx/grx249/include/
H A Dgrxkeys.h344 #define GrKey_Escape GrKey_Control_LBracket macro
/dports/graphics/grx/grx249/pascal/
H A Dgrx.pas1393 GrKey_Escape = GrKey_Control_LBracket;