5 ms·
quite the juxtaposition to see windows events loop implemented in swift while GetMessageW(&msg, nil, 0, 0) { TranslateMessage(&msg) DispatchMes
by valerij 6y ago
quite the juxtaposition to see windows events loop implemented in swift
while GetMessageW(&msg, nil, 0, 0) {
TranslateMessage(&msg)
DispatchMessageW(&msg)
}
but lib looks really good, i guess there goes my weekend