Modify ↓
Opened 16 years ago
Closed 16 years ago
#1726 closed Bug (No Bug)
BlockInput(1) does not work on win7
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | Cc: |
Description
code
{{
WinWaitActive("Mozilla Firefox")
BlockInput(1)
MouseClick("left", 656, 148, 1)
BlockInput(0)
}}
blockinput has no effect mouse and keyboard still work
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Reading all the documentation for a function is helpful to prevent creating bug reports for expected behavior.