C# (CSharp) MediaPortal.GUI.Library GUIWindow - 27 examples found. These are the top rated real world C# (CSharp) examples of MediaPortal.GUI.Library.GUIWindow extracted from open source projects. You can rate examples to help us improve the quality of examples.
base class for every window. It contains all methods needed for basic window management like - initialization - deitialization - render itself onscreen - processing actions like keypresses, mouse clicks/movements - processing messages Each window plugin should derive from this base class Pluginwindows should be copied in the plugins/windows folder