Lines Matching refs:timestamp

134                 plusstr, (uint) event->user.timestamp, (uint) event->user.windowID,  in SDL_LogEvent()
141 …T) SDL_snprintf(details, sizeof (details), " (timestamp=%u)", (uint) event->quit.timestamp); break; in SDL_LogEvent()
178 …(uint) event->window.timestamp, (uint) event->window.windowID, name2, (int) event->window.data1, (… in SDL_LogEvent()
184 … SDL_snprintf(details, sizeof (details), " (timestamp=%u)", (uint) event->syswm.timestamp); in SDL_LogEvent()
189 (uint) event->key.timestamp, (uint) event->key.windowID, \ in SDL_LogEvent()
201 (uint) event->edit.timestamp, (uint) event->edit.windowID, in SDL_LogEvent()
206 … (details), " (timestamp=%u windowid=%u text='%s')", (uint) event->text.timestamp, (uint) event->t… in SDL_LogEvent()
212 (uint) event->motion.timestamp, (uint) event->motion.windowID, in SDL_LogEvent()
220 (uint) event->button.timestamp, (uint) event->button.windowID, \ in SDL_LogEvent()
231 (uint) event->wheel.timestamp, (uint) event->wheel.windowID, in SDL_LogEvent()
238 (uint) event->jaxis.timestamp, (int) event->jaxis.which, in SDL_LogEvent()
244 (uint) event->jball.timestamp, (int) event->jball.which, in SDL_LogEvent()
250 (uint) event->jhat.timestamp, (int) event->jhat.which, in SDL_LogEvent()
256 (uint) event->jbutton.timestamp, (int) event->jbutton.which, \ in SDL_LogEvent()
262 …ls, sizeof (details), " (timestamp=%u which=%d)", (uint) event->jdevice.timestamp, (int) event->jd… in SDL_LogEvent()
269 (uint) event->caxis.timestamp, (int) event->caxis.which, in SDL_LogEvent()
275 (uint) event->cbutton.timestamp, (int) event->cbutton.which, \ in SDL_LogEvent()
281 …ls, sizeof (details), " (timestamp=%u which=%d)", (uint) event->cdevice.timestamp, (int) event->cd… in SDL_LogEvent()
289 (uint) event->tfinger.timestamp, (long long)event->tfinger.touchId, \ in SDL_LogEvent()
299 (uint) event->dgesture.timestamp, (long long)event->dgesture.touchId, \ in SDL_LogEvent()
308 (uint) event->mgesture.timestamp, (long long)event->mgesture.touchId, in SDL_LogEvent()
313 …e='%s' timestamp=%u windowid=%u)", event->drop.file, (uint) event->drop.timestamp, (uint) event->d… in SDL_LogEvent()
320 …etails), " (timestamp=%u which=%u iscapture=%s)", (uint) event->adevice.timestamp, (uint) event->a… in SDL_LogEvent()
754 event->common.timestamp = SDL_GetTicks(); in SDL_PushEvent()