-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.KeyEventArgs
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
2 revisions
namespace: Crow
KeyEventArgs
public class KeyEventArgs : CrowEventArgs
⬜ | prototype | description |
---|---|---|
KeyEventArgs (Key _key, bool _repeat=false) |
__ | |
KeyEventArgs (Key _key, int _scancode, Modifier _modifiers, bool _repeat=false) |
__ | |
KeyEventArgs (KeyEventArgs e) |
__ |
⬜ | name | description |
---|---|---|
IsRepeat |
__ | |
Key |
__ | |
Modifiers |
__ | |
ScanCode |
__ |
⬜ | prototype | description |
---|
⬜ | name | description |
---|