1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 20:33:52 +00:00

Cosmetics.

This commit is contained in:
Bartosz Taudul 2022-08-28 13:17:29 +02:00
parent 74789d1049
commit c2d527e2e7
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
2 changed files with 14 additions and 12 deletions

View File

@ -146,8 +146,10 @@ private:
Inactive Inactive
}; };
struct KeyboardNavigation { struct KeyboardNavigation
enum Direction : uint8_t { {
enum Direction
{
// Pan left / right // Pan left / right
Left, Left,
Right, Right,