Browse Source

Platform: bah!

Commit b37df09892 was one of those "it's
so simple I don't even need to hit the Build button". Well.
pull/537/head
Vladimír Vondruš 5 years ago
parent
commit
d96957b5a4
  1. 2
      src/Magnum/Platform/GlfwApplication.cpp

2
src/Magnum/Platform/GlfwApplication.cpp

@ -866,7 +866,7 @@ void GlfwApplication::exitEvent(ExitEvent& event) {
event.setAccepted();
}
void GlfwApplication::viewportEvent(ViewportEvent& event) {}
void GlfwApplication::viewportEvent(ViewportEvent&) {}
void GlfwApplication::keyPressEvent(KeyEvent&) {}
void GlfwApplication::keyReleaseEvent(KeyEvent&) {}
void GlfwApplication::mousePressEvent(MouseEvent&) {}

Loading…
Cancel
Save