Handbook
Glossary
glfwGetMonitorContentScale ( monitor xscale yscale -- )
Vocabulary
glfw
.
ffi
Inputs
monitor
an
object
xscale
an
object
yscale
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
glfw.ffi
LIBRARY:
glfw
FUNCTION:
void
glfwGetMonitorContentScale
( GLFWmonitor* monitor, float* xscale, float* yscale )