Module mini_gl_fb::breakout[][src]

Expand description

Contains the GlutinBreakout struct, which is a way to “break out” the Glutin context and Framebuffer object and manipulate them directly.

Structs

Used for MiniGlFb::glutin_handle_basic_input. Contains the current state of the window in a polling-like fashion.

GlutinBreakout is useful when you are growing out of the basic input methods and synchronous nature of MiniGlFb, since it’s more powerful than the the higher-level abstrations. You can obtain it by calling MiniGlFb::glutin_breakout().