public GlfwMouseCollection(GlfwInputContext ctx) { _ctx = ctx; }
public GlfwJoystickCollection(GlfwInputContext glfwInputContext) { _glfwInputContext = glfwInputContext; }
public GlfwGamepadCollection(GlfwInputContext ctx) { _ctx = ctx; }
public GlfwKeyboardCollection(GlfwInputContext ctx) { _ctx = ctx; }