Skip to content

Commit

Permalink
👨🏻‍🔧 Add RIDEV_INPUTSINK constant for raw input whether app is focuse…
Browse files Browse the repository at this point in the history
…d or not.
  • Loading branch information
vhanla committed Dec 2, 2024
1 parent 6bac1a8 commit fe8eb83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions.pas
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ _OSVERSIONINFOEXW = record
RID_INPUT = $10000003;
HID_USAGE_PAGE_GENERIC = $01;
HID_USAGE_GENERIC_MOUSE = $02;

RIDEV_INPUTSINK = $00000100;
type
HRAWINPUT = THandle;

Expand Down

0 comments on commit fe8eb83

Please sign in to comment.