Type Alias GraphicsContext

Source
pub type GraphicsContext = *mut c_void;
Expand description

The current graphics context of the app, fl_gc. *mut c_void to HDC on Windows, CGContextRef on macOS, _XGC on X11