Constructor PopoverBaseImpl
PopoverBaseImpl()
Initializes a new instance of the PopoverBaseImpl class.
protected PopoverBaseImpl()
Remarks
Sets up default popover behavior:
- Fills the screen (Width = Fill(), Height = Fill()).
- Sets CanFocus to true.
- Configures ViewportSettings with Transparent and TransparentMouse.
- Adds Quit bound to QuitKey which hides the popover when invoked.