Sujet : Re: how can I detect if the shift key is currently down (on windows) (twapi?)
De : et99 (at) *nospam* rocketship1.me (et99)
Groupes : comp.lang.tclDate : 01. Aug 2024, 19:19:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8gjjs$2am24$1@dont-email.me>
References : 1 2
User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1
On 7/31/2024 9:47 PM, Ashok wrote:
proc is_shift_down {} {expr {!!([twapi::GetAsyncKeyState 0x10] & 0x8000)}}>
Thanks so much for that! I had tried your documentation website, but didn't find it there.
Ah, I think I see what tbd means now :)