working version for linux with usable scripting
This commit is contained in:
parent
28905d301e
commit
9d0c60c5f4
401 changed files with 90281 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue