andlabs/libui

request: uiMainStepPoll()

Open

#146 ouverte le 16 juin 2016

Voir sur GitHub
 (24 commentaires) (0 réactions) (0 assignés)C (610 forks)batch import
custom main loopsenhancementhelp wantedquestion

Métriques du dépôt

Stars
 (10 632 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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...

Guide contributeur