Unverified Commit cc740eb5 authored by Loïc Sharma's avatar Loïc Sharma Committed by GitHub

[Windows] Update keyboard modifiers link (#144426)

Updates link to the new location. No tests as this only changes a comment.
parent 9a957b3d
......@@ -62,7 +62,8 @@ class RawKeyEventDataWindows extends RawKeyEventData {
final int characterCodePoint;
/// A mask of the current modifiers. The modifier values must be in sync with
/// the ones defined in https://github.com/flutter/engine/blob/master/shell/platform/windows/key_event_handler.cc
/// the Windows embedder. See:
/// https://github.com/flutter/engine/blob/7667c8a12ce6bc2d8dd538845add0a4e1a575bfd/shell/platform/windows/keyboard_key_channel_handler.cc#L44
final int modifiers;
@override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment