W3cubDocs

/Haxe C#

ConsoleKeyInfo

package cs.system

extends ValueType

@:struct@:final@:libType@:csNative@:native("System.ConsoleKeyInfo") Available on cs

Constructor

@:final @:overload new (keyChar:Char16, key:ConsoleKey, shift:Bool, alt:Bool, control:Bool)

Variables

read only Key:ConsoleKey

read only KeyChar:Char16

read only Modifiers:ConsoleModifiers

Static methods

@:final @:overload static op_Equality (a:ConsoleKeyInfo, b:ConsoleKeyInfo):Bool

@:final @:overload static op_Inequality (a:ConsoleKeyInfo, b:ConsoleKeyInfo):Bool

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/ConsoleKeyInfo.html