Skip to content

Commit

Permalink
Fix imgui keyboard not working due to flag reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Oct 9, 2024
1 parent 1fc6822 commit 96b08fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/imgui.lobster
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ enum_flags config:
config_nav_no_capture_keyboard
config_no_mouse
config_no_mouse_cursor_change
config_no_keyboard
config_docking_enable
config_viewport_enable = 1 << 10
config_dpi_enable_scale_viewports = 1 << 14
Expand Down

0 comments on commit 96b08fc

Please sign in to comment.