You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RunJobsOnImpl(topLevel, w =>w.KeyRelease(physicalKey.ToQwertyKey(),modifiers,physicalKey,physicalKey.ToQwertyKeySymbol()));
82
82
83
83
/// <summary>
84
-
/// Simulates a text input event on the headless window/toplevel
84
+
/// Simulates a text input event on the headless window/toplevel.
85
85
/// </summary>
86
+
/// <remarks>
87
+
/// This event is independent of KeyPress and KeyRelease. If you need to simulate text input to a TextBox or a similar control, please use KeyTextInput.
RunJobsOnImpl(topLevel, w =>w.MouseWheel(point,delta,modifiers));
116
122
117
123
/// <summary>
118
-
/// Simulates drag'n'drop target on the headless window/toplevel.
124
+
/// Simulates a drag and drop target event on the headless window/toplevel. This event simulates a user moving files from another app to the current app.
0 commit comments