carb.windowing#

Classes Summary:

Cursor

Opaque handle to a cursor resource.

CursorMode

Members:

CursorStandardShape

Members:

GLContext

Opaque handle to an OpenGL context.

IGLContext

Interface for creating and controlling OpenGL contexts.

IWindowing

Windowing interface for creating and managing windows, cursors, and input.

Image

Simple RGBA image container used for cursors and icons.

InputMode

Members:

Monitor

Represents a monitor/display.

Window

Opaque handle to a native window.

Functions Summary:

acquire_gl_context_interface

acquire_gl_context_interface(plugin_name: str = None, library_path: str = None) -> carb.windowing.IGLContext

acquire_windowing_interface

acquire_windowing_interface(plugin_name: str = None, library_path: str = None) -> carb.windowing.IWindowing