Home | History | Annotate | Download | only in test

Lines Matching refs:printf

36 	printf("Running in %s mode\n", screen->flags & SDL_FULLSCREEN ?
99 printf("Transparent pixel: (%d,%d,%d)\n",
128 printf("Toggled fullscreen mode - now %s\n",
131 printf("Unable to toggle fullscreen mode\n");
141 printf("Ctrl-G: toggling input grab!\n");
144 printf("Grab was on\n");
146 printf("Grab was off\n");
150 printf("Grab is now on\n");
152 printf("Grab is now off\n");
158 printf("Ctrl-Z: iconifying window!\n");
166 printf("Posting internal quit request\n");
174 printf(" modifiers:");
177 printf(" (none)");
181 printf(" LSHIFT");
183 printf(" RSHIFT");
185 printf(" LCTRL");
187 printf(" RCTRL");
189 printf(" LALT");
191 printf(" RALT");
193 printf(" LMETA");
195 printf(" RMETA");
197 printf(" NUM");
199 printf(" CAPS");
201 printf(" MODE");
208 printf("Key %s: %d-%s ", pressed ? "pressed" : "released",
211 printf("Unknown Key (scancode = %d) %s ", sym->scancode,
219 printf(" (^%c)", sym->unicode+'@');
222 printf(" (%c)", sym->unicode);
226 printf(" (%c)", sym->unicode);
228 printf(" (0x%X)", sym->unicode);
233 printf("\n");
244 printf("App %s ",
247 printf("active ");
249 printf("input ");
251 printf("mouse ");
252 printf("focus\n");
256 printf("App has been %s\n",
269 printf("Mouse button %d has been %s\n",
278 printf("Mouse motion: {%d,%d} (%d,%d)\n",
315 printf("Quit requested\n");
318 printf("Quit demanded\n");
407 printf("Title was set to: %s\n", title);
409 printf("No window title was set!\n");
423 printf("Got a resize event: %dx%d\n",
428 printf("Handling internal quit request\n");
431 printf("Bye bye..\n");
435 printf("Warning: Event %d wasn't filtered\n",
440 printf("SDL_WaitEvent() error: %s\n", SDL_GetError());