Robbiexsstar Posted April 20, 2004 Share Posted April 20, 2004 Pensavo volessi anche la funzione "metti il braccio fuori dal finestrino mentre pompo i bassi su netkar" TROPPPPPO TAMARRRO! Link to comment Share on other sites More sharing options...
Guest Encio Posted April 20, 2004 Share Posted April 20, 2004 Nulla di veramente complesso.. Per te Link to comment Share on other sites More sharing options...
frenk67 Posted April 20, 2004 Share Posted April 20, 2004 Beh.. per gestire i tasti basta un piccolo thread a bassa priorita'... che controlla, come tu dici, una serie di tasti preimpostati.. il thread puo' essere mandato a "dormire" per qualche ms una volta finita la sua funzione.. roba tipo: void run() { if (GetAsyncKeyState(VK_A)) { // bla bla fai qualcosa con il tasto } Sleep(50); // Lascia il controllo a Windows } Nulla di veramente complesso.. Secondo me si potrebbe fare anche cos Link to comment Share on other sites More sharing options...
Guest BlueSummer Posted April 20, 2004 Share Posted April 20, 2004 if (GetAsyncKeyState(VK_A)) Nulla di veramente complesso.. Ignoravo l'esistenza di tale funzione Facendo riferimento solo all'help del borland non l'ho tovata (o meglio, c' Link to comment Share on other sites More sharing options...
Gundam99 Posted April 20, 2004 Share Posted April 20, 2004 Win32 Programmer's Reference, fornito con i prodotti Borland The GetAsyncKeyState function determines whether a key is up or down at the time the function is called ... etc etc Link to comment Share on other sites More sharing options...
Robbiexsstar Posted April 20, 2004 Share Posted April 20, 2004 Ma l'eventuale radio avr Link to comment Share on other sites More sharing options...
Guest Encio Posted April 20, 2004 Share Posted April 20, 2004 ... siamo in attesa di un modello 3D della radio da parte di Outrunner Link to comment Share on other sites More sharing options...
Guest Massi Posted April 20, 2004 Share Posted April 20, 2004 ... siamo in attesa di un modello 3D della radio da parte di Outrunner Onn Link to comment Share on other sites More sharing options...
Guest BlueSummer Posted April 20, 2004 Share Posted April 20, 2004 Win32 Programmer's Reference, fornito con i prodotti Borland Non l'ho installata (installato solo il vcl reference e poche altre cose) Link to comment Share on other sites More sharing options...
Gundam99 Posted April 20, 2004 Share Posted April 20, 2004 Win32 Programmer's Reference, fornito con i prodotti Borland Non l'ho installata (installato solo il vcl reference e poche altre cose) TIRCHIO ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now