glfwRawMouseMotionSupported top-level property

GlfwRawMouseMotionSupported glfwRawMouseMotionSupported
getter/setter pair

Implementation

GlfwRawMouseMotionSupported glfwRawMouseMotionSupported =
    loadFunction<GlfwRawMouseMotionSupportedNative>(
            _library, 'glfwRawMouseMotionSupported')
        .asFunction<GlfwRawMouseMotionSupported>();