GLFW3Window ShowMessageBox Method Delta Engine Documentation

Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.WindowsGLFW3 (in DeltaEngine.WindowsGLFW3.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public string ShowMessageBox(
	string caption,
	string message,
	string[] buttons
)

Parameters

caption
Type: System String
message
Type: System String
buttons
Type:  System String 

Return Value

Type: String

Implements

Window ShowMessageBox(String, String,  String )
See Also