On 1/4/2015 1:34 PM, WhatMeWorry wrote:
Derelict provides direct bindings, not wrappers. Any of the Derelict packages can be used as the core of a wrapper that provides a more D-like API, but that's beyond the scope of the Derelict project.Now it resizes the screen successfully, but I feel like I've failed by using extern (C) nothrow. Shouldn't Derelict GLFW be providing a D interface? Maybe GLFW callback functions can't handled through Derelict GLFW?