checkpoint: fixing ux with window frame bar
This commit is contained in:
12
scripts/temp_handle_test.py
Normal file
12
scripts/temp_handle_test.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from imgui_bundle import hello_imgui, imgui
|
||||
|
||||
def on_gui():
|
||||
imgui.text("Hello world")
|
||||
|
||||
params = hello_imgui.RunnerParams()
|
||||
params.app_window_params.borderless = True
|
||||
params.app_window_params.borderless_movable = True
|
||||
params.app_window_params.borderless_resizable = True
|
||||
params.app_window_params.borderless_closable = True
|
||||
|
||||
hello_imgui.run(params)
|
||||
Reference in New Issue
Block a user