I'm working on a project for which I'd like to be able to detect the
exact moment at which keypress/keyrelease events occur, to within a
millisecond or so of accuracy.  Is it reasonable to do this with
pygtk, or would I be better served using c and gtk?  I know that
gtk.gdk.Event.get_time() has adequate precision; I'm wondering about
the accuracy.  Thanks,

Greg
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to