glfwRawMouseMotionSupported top-level property

GlfwRawMouseMotionSupported glfwRawMouseMotionSupported
getter/setter pair

Implementation

GlfwRawMouseMotionSupported glfwRawMouseMotionSupported =
    Pointer<NativeFunction<GlfwRawMouseMotionSupportedNative>>.fromAddress(0)
        .asFunction<GlfwRawMouseMotionSupported>();