Skip to content

Commit

Permalink
tpyo
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 17, 2023
1 parent 200b121 commit 8a755f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello_imgui/hello_imgui_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ struct AppWindowParams
bool hidden = false;

#if TARGET_OS_IOS
// Out values filled by HelloImGui: if there is a notch on the iPhone, you should not display inside these insets
// Out values filled by HelloImGui: if there is a notch on the iPhone, you should not display inside these insets.
// (warning, these values are updated only after a few frames, they are typically 0 for the first 4 frames)
IosEdgeInsets iosEdgeInsets;
#endif
Expand Down

0 comments on commit 8a755f1

Please sign in to comment.