Get a file descriptor for manual event polling #123
Labels
enhancement
New feature or request
synced to gitlab
A corresponding issue has been filed in the Khronos internal GitLab
Right now the only way to get the events is to call the function
xrPollEvent
. It would be quite handy to be able to retrieve a pollable file descriptor (FD for short) from OpenXR and integrate it into another event loop, such as wayland or simply epoll.I would be interested to work on such extension, if it is deemed useful.
The text was updated successfully, but these errors were encountered: