andlabs/libui

request: uiMainStepPoll()

Offen

#146 geöffnet am 16.06.2016

 (24 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (613 Forks)batch import
custom main loopsenhancementhelp wantedquestion

Repository-Metriken

Stars
 (10.896 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

split from #95 a way to combine uiMainStep() with select() or poll()

on GTK+ and OS X this should be fine

on Windows I don't know one thing:

What would the equivalent of a select() be on Windows? It appears MsgWaitForMultipleObjectsEx() does not accept file or socket handles. Does it have to do with OVERLAPPED? I see GLib accepts file handles on Windows...

Contributor Guide