Click or drag to resize

GuiConsoleControlEnterKey Method (Char, ConsoleKey, Char, ConsoleKey)

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebuggerWindowsForms (in graphViewerAndSequenceDebuggerWindowsForms.dll) Version: GrGen.NET 7.2
Syntax
C#
public void EnterKey(
	char character,
	ConsoleKey key,
	char nextCharacter,
	ConsoleKey nextKey
)

Parameters

character
Type: SystemChar
key
Type: SystemConsoleKey
nextCharacter
Type: SystemChar
nextKey
Type: SystemConsoleKey
See Also