working version for linux with usable scripting

This commit is contained in:
Hartmut Seichter 2019-01-16 15:40:37 +01:00
parent 28905d301e
commit 9d0c60c5f4
401 changed files with 90281 additions and 11 deletions

View file

@ -175,6 +175,8 @@ struct window::impl {
glfwSetCursorPosCallback(_window, cursor_pos_callback);
glfwSetMouseButtonCallback(_window, mouse_button_callback);
glfwSetScrollCallback(_window, scroll_callback);
// glfwSetWindowCloseCallback(_window,close_callback);
}
~impl()