Hacker News new | ask | show | jobs
by valerij 2220 days 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