RawKeyEventDataWindows constructor
Creates a key event data structure specific for Windows.
Implementation
const RawKeyEventDataWindows({
this.keyCode = 0,
this.scanCode = 0,
this.characterCodePoint = 0,
this.modifiers = 0,
});
Creates a key event data structure specific for Windows.
const RawKeyEventDataWindows({
this.keyCode = 0,
this.scanCode = 0,
this.characterCodePoint = 0,
this.modifiers = 0,
});