Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
hw3d
Commits
564fa11b
Commit
564fa11b
authored
Mar 08, 2019
by
chili
Browse files
minor imgui window getio tweak
parent
df1dfc1f
Changes
1
Show whitespace changes
Inline
Side-by-side
hw3d/Window.cpp
View file @
564fa11b
...
...
@@ -183,7 +183,7 @@ LRESULT Window::HandleMsg( HWND hWnd,UINT msg,WPARAM wParam,LPARAM lParam ) noex
{
return
true
;
}
const
auto
imio
=
ImGui
::
GetIO
();
const
auto
&
imio
=
ImGui
::
GetIO
();
switch
(
msg
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment