Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Tracking the Inactivity

From: ljurado:bariloche:ar at: 20-Jan-2003 12:36

From this script you can get how track mouse activity. I don't know about get keyboard activity :( Luis rebol [] scr-size: system/view/screen-face/size view/new/offset layout [ size (scr-size / 3) b: box blue scr-size / 8 rate 15 feel [engage: func [face action event] [append b/effect [draw [circle event/offset / 8 2]] show b if action <> 'time [f/text: action show f]]] ] 0x0 do-events ----- Mensaje original ----- De: Philippe Oehler <[info--id-net--ch]> Para: <[rebol-list--rebol--com]> Enviado: Lunes 20 de Enero de 2003 11:59 AM Asunto: [REBOL] Re: Tracking the Inactivity