Lines Matching refs:SDL_snprintf

129             SDL_snprintf(plusstr, sizeof (plusstr), "+%u", ((uint) event->type) - SDL_USEREVENT);  in SDL_LogEvent()
133SDL_snprintf(details, sizeof (details), "%s (timestamp=%u windowid=%u code=%d data1=%p data2=%p)", in SDL_LogEvent()
141 …SDL_EVENT_CASE(SDL_QUIT) SDL_snprintf(details, sizeof (details), " (timestamp=%u)", (uint) event->… in SDL_LogEvent()
177SDL_snprintf(details, sizeof (details), " (timestamp=%u windowid=%u event=%s data1=%d data2=%d)", in SDL_LogEvent()
184SDL_snprintf(details, sizeof (details), " (timestamp=%u)", (uint) event->syswm.timestamp); in SDL_LogEvent()
188SDL_snprintf(details, sizeof (details), " (timestamp=%u windowid=%u state=%s repeat=%s scancode=%u… in SDL_LogEvent()
200SDL_snprintf(details, sizeof (details), " (timestamp=%u windowid=%u text='%s' start=%d length=%d)", in SDL_LogEvent()
206SDL_snprintf(details, sizeof (details), " (timestamp=%u windowid=%u text='%s')", (uint) event->tex… in SDL_LogEvent()
211SDL_snprintf(details, sizeof (details), " (timestamp=%u windowid=%u which=%u state=%u x=%d y=%d xr… in SDL_LogEvent()
219SDL_snprintf(details, sizeof (details), " (timestamp=%u windowid=%u which=%u button=%u state=%s cl… in SDL_LogEvent()
230SDL_snprintf(details, sizeof (details), " (timestamp=%u windowid=%u which=%u x=%d y=%d direction=%… in SDL_LogEvent()
237 SDL_snprintf(details, sizeof (details), " (timestamp=%u which=%d axis=%u value=%d)", in SDL_LogEvent()
243SDL_snprintf(details, sizeof (details), " (timestamp=%u which=%d ball=%u xrel=%d yrel=%d)", in SDL_LogEvent()
249 SDL_snprintf(details, sizeof (details), " (timestamp=%u which=%d hat=%u value=%u)", in SDL_LogEvent()
255 SDL_snprintf(details, sizeof (details), " (timestamp=%u which=%d button=%u state=%s)", \ in SDL_LogEvent()
262 …#define PRINT_JOYDEV_EVENT(event) SDL_snprintf(details, sizeof (details), " (timestamp=%u which=%d… in SDL_LogEvent()
268 SDL_snprintf(details, sizeof (details), " (timestamp=%u which=%d axis=%u value=%d)", in SDL_LogEvent()
274 SDL_snprintf(details, sizeof (details), " (timestamp=%u which=%d button=%u state=%s)", \ in SDL_LogEvent()
281 …#define PRINT_CONTROLLERDEV_EVENT(event) SDL_snprintf(details, sizeof (details), " (timestamp=%u w… in SDL_LogEvent()
288SDL_snprintf(details, sizeof (details), " (timestamp=%u touchid=%"SDL_PRIs64" fingerid=%"SDL_PRIs6… in SDL_LogEvent()
298SDL_snprintf(details, sizeof (details), " (timestamp=%u touchid=%"SDL_PRIs64" gestureid=%"SDL_PRIs… in SDL_LogEvent()
307SDL_snprintf(details, sizeof (details), " (timestamp=%u touchid=%"SDL_PRIs64" dtheta=%f ddist=%f x… in SDL_LogEvent()
313 …#define PRINT_DROP_EVENT(event) SDL_snprintf(details, sizeof (details), " (file='%s' timestamp=%u … in SDL_LogEvent()
320 …#define PRINT_AUDIODEV_EVENT(event) SDL_snprintf(details, sizeof (details), " (timestamp=%u which=… in SDL_LogEvent()
330 SDL_snprintf(details, sizeof (details), " #%u! (Bug? FIXME?)", (uint) event->type); in SDL_LogEvent()