mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use ImGui keycodes.
This commit is contained in:
@@ -772,7 +772,7 @@ bool View::DrawImpl()
|
||||
assert( m_shortcut == ShortcutAction::None );
|
||||
if( io.KeyCtrl )
|
||||
{
|
||||
if( ImGui::IsKeyPressed( 'F' ) )
|
||||
if( ImGui::IsKeyPressed( ImGuiKey_F ) )
|
||||
{
|
||||
m_findZone.show = true;
|
||||
m_shortcut = ShortcutAction::OpenFind;
|
||||
|
||||
Reference in New Issue
Block a user