This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notifications from Mouse: | |
08 02 x :: sends message with wParam 8, lParam x to GUI | |
08 01 x :: sends message with wParam 9, lParam x to GUI | |
08 06 x :: sends message with wParam 0xA, lParam x to GUI | |
08 09 __ 01 __ 04 :: sends message with wParam 0xB, lParam 0 to GUI | |
08 09 __ 01 __ 08 :: sends message with wParam 0xB, lParam 1 to GUI | |
08 09 __ 01 __ 02 :: sends message with wParam 0xB, lParam 2 to GUI | |
08 09 __ 02 __ 00 :: sends message with wParam 0xB, lParam 3 to GUI | |
08 09 __ 06 __ __ :: sends message with wParam 0xB, lParam 4 to GUI |