Re: how can I detect if the shift key is currently down (on windows) (twapi?)

Liste des GroupesRevenir à cl tcl 
Sujet : Re: how can I detect if the shift key is currently down (on windows) (twapi?)
De : apnmbx-public (at) *nospam* yahoo.com (Ashok)
Groupes : comp.lang.tcl
Date : 01. Aug 2024, 05:47:27
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8f40t$20phh$1@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
proc is_shift_down {} {expr {!!([twapi::GetAsyncKeyState 0x10] & 0x8000)}}

Date Sujet#  Auteur
28 Jul 24 * how can I detect if the shift key is currently down (on windows) (twapi?)5et99
1 Aug 24 `* Re: how can I detect if the shift key is currently down (on windows) (twapi?)4Ashok
1 Aug 24  `* Re: how can I detect if the shift key is currently down (on windows) (twapi?)3et99
3 Aug 24   `* Re: how can I detect if the shift key is currently down (on windows) (twapi?)2et99
5 Aug 24    `- Re: how can I detect if the shift key is currently down (on windows) (twapi?)1Harald Oehlmann

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal