andlabs/libui

request: uiMainStepPoll()

Open

#146 aberto em 16 de jun. de 2016

Ver no GitHub
 (24 comments) (0 reactions) (0 assignees)C (610 forks)batch import
custom main loopsenhancementhelp wantedquestion

Métricas do repositório

Stars
 (10.632 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador