1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Implement consumption of mouse events.

This commit is contained in:
Bartosz Taudul
2020-08-01 12:10:59 +02:00
parent 6d0d12ce78
commit 22651eccc5
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ bool IsMouseClicked( ImGuiMouseButton button );
bool IsMouseDragging( ImGuiMouseButton button );
ImVec2 GetMouseDragDelta( ImGuiMouseButton button );
void ConsumeMouseEvents( ImGuiMouseButton button );
}
#endif