INNER CODE UNIT · C
time
Qfusion/qfusion · source/android/android_input.c:337
int64_t time = Sys_Android_Microseconds() / ( ( uint64_t )1000 );
Key_Event( key, true, time );
Key_Event( key, false, time );
}
}
/*
* IN_Commands
*/
void IN_Commands( void ) {
}
/*
* IN_Frame
*/
void IN_Frame( void ) {
}