pub const xpMsg_Draw: _bindgen_ty_30 = 4;Expand description
The draw message is sent to your widget when it is time to draw yourself. * OpenGL will be set up to draw in 2-d global screen coordinates, but you * should use the XPLM to set up OpenGL state. * * Dispatching: Direct