mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 20:19:18 +02:00
Make launcher respond to window resize
This commit is contained in:
@@ -38,3 +38,8 @@ void launcher_mode::on_key(const int Key, const int Scancode, const int Action,
|
||||
{
|
||||
m_userinterface->on_key(Key, Action);
|
||||
}
|
||||
|
||||
void launcher_mode::on_window_resize(const int w, const int h)
|
||||
{
|
||||
m_userinterface->on_window_resize(w, h);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user