mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 07:39:19 +02:00
build 191212. bogie sound tweak, minor bug fixes
This commit is contained in:
@@ -283,6 +283,12 @@ eu07_application::get_cursor_pos( double &Horizontal, double &Vertical ) const {
|
||||
glfwGetCursorPos( m_windows.front(), &Horizontal, &Vertical );
|
||||
}
|
||||
|
||||
int
|
||||
eu07_application::get_mouse_button( int const Button ) const {
|
||||
|
||||
return glfwGetMouseButton( m_windows.front(), Button );
|
||||
}
|
||||
|
||||
void
|
||||
eu07_application::on_key( int const Key, int const Scancode, int const Action, int const Mods ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user