Explorar el Código

* examples/aafire.c:

+ Only quit upon keypress, not mouse motion.
tags/v0.99.beta14
Sam Hocevar sam hace 22 años
padre
commit
a0d00db04a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/aafire.c

+ 1
- 1
examples/aafire.c Ver fichero

@@ -232,7 +232,7 @@ game (void)
int event;
gentable ();
#ifdef LIBCACA
while (!(event = caca_get_event()))
while (!(event = caca_get_event() & CACA_EVENT_KEY_PRESS))
#else
while (!(event = aa_getevent (context, 0)) || event == AA_RESIZE)
#endif


Cargando…
Cancelar
Guardar