XPLMWindowID

Type Alias XPLMWindowID 

Source
pub type XPLMWindowID = *mut c_void;
Expand description

XPLMWindowID

This is an opaque identifier for a window. You use it to control your window. When you create a window (via either XPLMCreateWindow() or XPLMCreateWindowEx()), you will specify callbacks to handle drawing, mouse interaction, etc.