Home | History | Annotate | Download | only in events

Lines Matching full:timestamp

46 	Uint32 timestamp; /* the time the first keydown event occurred */
354 SDL_KeyRepeat.timestamp = 0;
525 if ( SDL_KeyRepeat.timestamp &&
527 SDL_KeyRepeat.timestamp = 0;
560 SDL_KeyRepeat.timestamp=SDL_GetTicks();
575 if ( SDL_KeyRepeat.timestamp ) {
579 interval = (now - SDL_KeyRepeat.timestamp);
582 SDL_KeyRepeat.timestamp = now;
587 SDL_KeyRepeat.timestamp = now;
605 SDL_KeyRepeat.timestamp = 0;