Expand description
Cleanroom Rust port of upstream Go source file: options.go
Upstream Target Tag / Version: v2.0.8
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.Contextfor the program lifecycle. - Program
Options - Program configuration options.
Type Aliases§
- Event
Filter - An event filter invoked before the program processes a message, mirroring
the function type of
WithFilter.