Desktop Functions: Smart Device Functions:
|
Search Results for "FOCUS_EVENT_RECORD" in [All]kernel32
public FOCUS_EVENT_RECORD FocusEvent;
public struct FOCUS_EVENT_RECORD Structures3: INPUT_RECORD
public FOCUS_EVENT_RECORD FocusEvent;
<FieldOffset(4)> Public FocusEvent As FOCUS_EVENT_RECORD This started working once I changed the FOCUS_EVENT_RECORD to take a uint rather than a bool. Prior to that MOUSE_EVENT_RECORD.dwMousePosition.X was always 0 |