On Mon, Jan 12, 2009 at 9:15 PM, swamynathan <mesw...@gmail.com> wrote:
> hello,
> i am doing a small virtual piano program in python..
> i have a situation where i need to get multiple keystrokes from key board
> and send it to a function
> the  function accepts only char..
>
> eg if i press 'a'  , 'a' is passed to the function
> if i press 'a','d' then the function should be called simultaneously
>
>  i tried using threads it dint seem to work
>
>
> or any other suggestion

Hi,

Which toolkit are you using from python? Your answer will really
depend on that. Python itself doesn't go too far in this kind of
functionality.

Regards,
Shash
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to