xp_imgui¶
To use:
import xp_imgui
Class¶
- Window(createWindowTuple):
Return instance of xp_imgui.Window. Required parameter is a 14-element tuple, identical to that used with
XPLMDisplay.XPLMCreateWindowEx().- Members
stop, imgui_context, windowID, imgui_context, io
- delete() None¶
- handleMouseClick() int¶
- drawWindow()¶
- hasInputFocus()¶
- requestInputFocus()¶
- handleRightClick()¶
- handleCursor()¶
- handleMouseWheel()¶
- handleKey()¶
- setTitle(title: str) None¶
Set window title
