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
''' <param name="KeyState">The current state of the key that generated the keystroke.</param>
167
+
''' <param name="Modifiers">The modifier keys that was pressed in combination with the keystroke.</param>
168
+
''' <param name="Injected">Whether the keystroke was injected into the input stream by a process rather than an input device.</param>
169
+
''' <param name="InjectedAtLowerIL">Whether the keystroke was injected into the input stream by another process running at lower integrity level.</param>
''' Initializes a new instance of the MouseHookEventArgs class.
174
+
''' </summary>
175
+
''' <param name="Button">Which mouse button was pressed or released.</param>
176
+
''' <param name="ButtonState">The current state of the button that generated the mouse event.</param>
177
+
''' <param name="DoubleClick">Whether the event was caused by a double click.</param>
178
+
''' <param name="Location">The location of the mouse (in screen coordinates).</param>
179
+
''' <param name="ScrollDirection">Which direction the mouse wheel was scrolled in.</param>
180
+
''' <param name="Delta">A signed count of the number of detents the mouse wheel has rotated.</param>
181
+
''' <param name="Injected">Whether the mouse event was injected into the input stream by a process rather than an input device.</param>
182
+
''' <param name="InjectedAtLowerIL">Whether the mouse event was injected into the input stream by another process running at lower integrity level.</param>
0 commit comments