Index: tools/vulkan/win/Window_win.h |
diff --git a/tools/vulkan/win/Window_win.h b/tools/vulkan/win/Window_win.h |
index 90d4191e81ee84e3fd270a2150c900aeb4befc0a..4a5b7ff608d14d0919488f06805f04010ac1ad17 100644 |
--- a/tools/vulkan/win/Window_win.h |
+++ b/tools/vulkan/win/Window_win.h |
@@ -21,12 +21,6 @@ public: |
void setTitle(const char*) override; |
void show() override; |
- // event callbacks |
- bool onKeyboard(UINT nChar, bool bKeyDown, bool bAltDown); |
- bool onMouse(bool bLeftButtonDown, bool bRightButtonDown, bool bMiddleButtonDown, |
- bool bSideButton1Down, bool bSideButton2Down, int nMouseWheelDelta, |
- int xPos, int yPos); |
- |
bool attach(BackEndTypes attachType, int msaaSampleCount, AttachmentInfo*) override; |
private: |