Enum ExtendedMouseFlags
The event-injected flags. An application can use the following values to test the flags. Testing LLMHF_INJECTED (bit 0) will tell you whether the event was injected. If it was, then testing LLMHF_LOWER_IL_INJECTED (bit 1) will tell you whether or not the event was injected from a process running at lower integrity level.
Namespace: Dapplo.Windows.Input.Enums
Assembly: Dapplo.Windows.Input.dll
Syntax
public enum ExtendedMouseFlags : uint
Fields
Name | Description |
---|---|
Injected | Test the event-injected (from any process) flag. |
LowerIntegretyInjected | Test the event-injected (from a process running at lower integrity level) flag. |