Skip to main content

Module options

Module options 

Source
Expand description

Cleanroom Rust port of upstream Go source file: options.go Upstream Target Tag / Version: v2.0.8

# Program Options

Program options (with_fps, without_renderer, with_filter, with_window_size, with_context, with_output, with_input, with_environment, without_signal_handler, without_catch_panics, without_signals, with_color_profile).

Structs§

Context
A cancellation context mirroring context.Context for the program lifecycle.
ProgramOptions
Program configuration options.

Type Aliases§

EventFilter
An event filter invoked before the program processes a message, mirroring the function type of WithFilter.