| 90 | } |
| 91 | |
| 92 | void idSysLocal::DLL_GetFileName( const char *baseName, char *dllName, int maxLength ) { |
| 93 | idStr::snPrintf( dllName, maxLength, "%s" BUILD_LIBRARY_SUFFIX, baseName ); |
| 94 | } |
| 95 | |
| 96 | sysEvent_t idSysLocal::GenerateMouseButtonEvent( int button, bool down ) { |
| 97 | sysEvent_t ev; |
no outgoing calls
no test coverage detected