Lines Matching refs:which
213 (uint) event->motion.which, (uint) event->motion.state, in SDL_LogEvent()
221 (uint) event->button.which, (uint) event->button.button, \ in SDL_LogEvent()
232 (uint) event->wheel.which, (int) event->wheel.x, (int) event->wheel.y, 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 …(details), " (timestamp=%u which=%d)", (uint) event->jdevice.timestamp, (int) event->jdevice.which) 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 …(details), " (timestamp=%u which=%d)", (uint) event->cdevice.timestamp, (int) event->cdevice.which) in SDL_LogEvent()
320 …%u iscapture=%s)", (uint) event->adevice.timestamp, (uint) event->adevice.which, event->adevice.is… in SDL_LogEvent()