binsoftware / rovr

A VR headset library for Rust programs targeting the Oculus Rift.
MIT License
9 stars 2 forks source link

fix glutin monitor selection on Linux #2

Open ryanstew opened 9 years ago

ryanstew commented 9 years ago

Unlike OS X/Windows, there's no identifier for the display given by the Oculus SDK. So position information needs to be used to guess which display is the Hmd. glutin doesn't currently expose enough information to perform this match.