Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 2 revisions

namespace: Crow

Inheritance Hierarchy

  • KeyEventArgs

Syntax

public class KeyEventArgs : CrowEventArgs

Constructors

prototype description
KeyEventArgs (Key _key, bool _repeat=false) __
KeyEventArgs (Key _key, int _scancode, Modifier _modifiers, bool _repeat=false) __
KeyEventArgs (KeyEventArgs e) __

Properties

name description
IsRepeat __
Key __
Modifiers __
ScanCode __

Methods

prototype description

Events

name description
Clone this wiki locally