Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto power on
#16
Quote:Can the reverse be done?
Let the macro repeatedly call GetLastInputInfo...
Macro
Code:
Copy      Help
out

int t0=GetTickCount
int i
for i 0 1000
,LASTINPUTINFO in.cbSize=sizeof(in); GetLastInputInfo &in
,if(in.dwTime-t0>0) break ;;mouse/keyboard used after the macro started
,
,out 1
,wait 1
,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)