| 98 | } |
| 99 | |
| 100 | uintptr_t WindowGetProcAddress(HWindow window, const char* proc_name) |
| 101 | { |
| 102 | return dmPlatform::GetProcAddress(window, proc_name); |
| 103 | } |
| 104 | |
| 105 | int32_t WindowGetKey(HWindow window, int32_t code) |
| 106 | { |
nothing calls this directly
no test coverage detected