mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Capture ImGui mouse state.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
void MouseFrame();
|
||||
|
||||
bool IsMouseDown( ImGuiMouseButton button );
|
||||
bool IsMouseClicked( ImGuiMouseButton button );
|
||||
bool IsMouseDragging( ImGuiMouseButton button, float lock_threshold = -1.f );
|
||||
|
||||
Reference in New Issue
Block a user