C# Class Californium.KeyInputArgs

Inheritance: InputArgs
显示文件 Open project: DatZach/HumanityAgainstCards

Public Methods

Method Description
KeyInputArgs ( Keyboard key, bool pressed, bool control, bool shift ) : System.Collections.Generic

Method Details

KeyInputArgs() public method

public KeyInputArgs ( Keyboard key, bool pressed, bool control, bool shift ) : System.Collections.Generic
key SFML.Window.Keyboard
pressed bool
control bool
shift bool
return System.Collections.Generic