AlexCharlton / cl-glfw3

Common Lisp bindings to GLFW version 3.x
BSD 2-Clause "Simplified" License
89 stars 31 forks source link

Add getters for content scale and monitor work area. #30

Closed noelbenz closed 5 years ago

noelbenz commented 5 years ago

Added GLFW 3.3 bindings for:

glfwGetWindowContentScale glfwGetMonitorContentScale glfwGetMonitorWorkarea

Also added get-monitor-position to the import-export list.

AlexCharlton commented 5 years ago

Thanks, @noelbenz!