C# Class OpenBve.Program

Afficher le fichier Open project: leezer3/OpenBVE

Private Methods

Méthode Description
AppendToLogFile ( string text ) : void

Appends the specified text to the log file.

ClearLogFile ( ) : void

Clears the log file.

Deinitialize ( ) : void

Deinitializes the program.

Initialize ( ) : bool

Initializes the program. A matching call to deinitialize must be made when the program is terminated.

JumpToStation ( int Direction ) : void
KeyDown ( object sender, KeyboardKeyEventArgs e ) : void
KeyUp ( object sender, KeyboardKeyEventArgs e ) : void
LoadRoute ( ) : bool
Main ( string args ) : void
MouseEvent ( object sender, MouseButtonEventArgs e ) : void
MouseMovement ( ) : void
MouseWheelEvent ( object sender, MouseWheelEventArgs e ) : void
ResetCamera ( ) : void
SetPackageLookupDirectories ( ) : void

Provides the API with lookup directories for all installed packages.

UpdateCaption ( ) : void
UpdateGraphicsSettings ( ) : void
UpdateViewport ( ) : void
getuid ( ) : uint
keyDownEvent ( object sender, KeyboardKeyEventArgs e ) : void
keyUpEvent ( object sender, KeyboardKeyEventArgs e ) : void