Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keyboard tic (repeat) interval
Message
De
16/11/1999 23:54:17
 
 
À
16/11/1999 10:54:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00291475
Message ID:
00291784
Vues:
21
Can you try something like:

*!* Begin Code Sample
CREATE TABLE repeatkeys (DATETIME T(12))
ON KEY LABEL [9] DO capture

PROC capture
APPEND BLANK
REPLACE DATETIME WITH DATETIME()
ENDPROC
*!* End Code Sample

Then do date math to determine how often a key was repeated.

Dave

>Is there a means of capturing the keyboard repeat interval time? I know of several methods of setting the tic rate, but am unable to find a means of capturing it.
>
>Any help would be appreciated.
>
>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform