C# Class OpenTK.Platform.MacOS.Carbon.Application

Afficher le fichier Open project: andykorth/opentk

Private Properties

Свойство Type Description
Application System
ConnectEvents void
EventHandler OSStatus
Initialize void
MainWindowClosed void
ProcessEvents void
TransformProcessToForeground void

Méthodes publiques

Méthode Description
Run ( CarbonGLNative window ) : void

Private Methods

Méthode Description
Application ( ) : System
ConnectEvents ( ) : void
EventHandler ( IntPtr inCaller, IntPtr inEvent, IntPtr userData ) : OSStatus
Initialize ( ) : void
MainWindowClosed ( object sender, EventArgs e ) : void
ProcessEvents ( ) : void
TransformProcessToForeground ( ) : void

Method Details

Run() public static méthode

public static Run ( CarbonGLNative window ) : void
window CarbonGLNative
Résultat void