mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Nav: Fixed entering child with PadActivate not setting ActiveIdSource to Nav (#323)
This commit is contained in:
@ -203,6 +203,7 @@ enum ImGuiInputSource
|
||||
ImGuiInputSource_None = 0,
|
||||
ImGuiInputSource_Mouse,
|
||||
ImGuiInputSource_Nav,
|
||||
ImGuiInputSource_Count_,
|
||||
};
|
||||
|
||||
enum ImGuiNavDir
|
||||
|
Reference in New Issue
Block a user