mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 17:09:19 +02:00
work
This commit is contained in:
@@ -71,7 +71,10 @@ public:
|
||||
on_mouse_button( int const Button, int const Action, int const Mods );
|
||||
void
|
||||
on_scroll( double const Xoffset, double const Yoffset );
|
||||
void on_char(unsigned int c);
|
||||
void
|
||||
on_char(unsigned int c);
|
||||
void
|
||||
on_focus_change(bool focus);
|
||||
// gives access to specified window, creates a new window if index == -1
|
||||
GLFWwindow *
|
||||
window( int const Windowindex = 0 );
|
||||
|
||||
Reference in New Issue
Block a user