C# Class OpenRA.Mods.Common.Widgets.LogicKeyListenerWidget

Inheritance: OpenRA.Widgets.Widget
Mostrar archivo Open project: pchote/OpenRA

Public Properties

Property Type Description
OnKeyPress bool>.Func

Public Methods

Method Description
HandleKeyPress ( KeyInput e ) : bool

Method Details

HandleKeyPress() public method

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
return bool

Property Details

OnKeyPress public_oe property

public Func OnKeyPress
return bool>.Func