Module qlibs.gui.window¶
- class qlibs.gui.window.Window(width=800, height=600, title='QLibs window', swap_interval=1, hint_conf={135173: 24, 135181: 4, 135183: 60, 135184: True, 139265: 196609, 139266: 3, 139267: 3, 139270: True, 139272: 204801, 139275: 221185}, resizable=True, fullscreen=False, transparent=False)¶
A wrapper on top of glfw window
- close()¶
- enable_sticky_mouse(action=True)¶
- is_key_pressed(key)¶
- is_mouse_pressed(key)¶
- make_context_current()¶
- property mouse_pos¶
- property mouse_pos_flipped¶
- property mouse_pos_normal¶
- poll_events()¶
- property should_close¶
- property size¶
- swap()¶
- wait_events(timeout=None)¶