Skip to main content

Crate procmod_overlay

Crate procmod_overlay 

Source
Expand description

Cross-platform game overlay rendering with transparent, click-through windows.

procmod-overlay creates a transparent overlay window on top of a target game window and provides an immediate-mode 2D drawing API for shapes, text, and game HUD elements.

Structs§

Color
An RGBA color with 8-bit components.
TextStyle
How a string is drawn: size, color, optional outline, and alignment.

Enums§

Error
TextAlign
Horizontal placement of a line relative to the position passed to the draw call.

Type Aliases§

Result