Screen.custom


Description:

public Screen.custom (int width, int height, char* context_mem_addr = null)

Creates a new screen with a custom size and optional memory location.

Parameters:

width

The width of the screen.

height

The height of the screen.

context_mem_addr

The memory address used by the GRX context. If null memory will be automatically allocated for the context.