Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,618 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
send key.. #264966
05/09/09 08:07
05/09/09 08:07
Joined: Dec 2008
Posts: 124
bobby_danseco Offline OP
Member
bobby_danseco  Offline OP
Member

Joined: Dec 2008
Posts: 124
hi..

the following code should be terminated by pressing enter key
Code:
...
  inkey(my_input_key);
...


but i don't want to press enter smile i want to click button
is there a way when i click button i can terminated that
by sending the enter key code thru code.

i tried
Code:
str_cpy(my_input_key,str_for_key(temp_key,13));

it didn't work.

thanks..

Re: send key.. [Re: bobby_danseco] #264968
05/09/09 08:14
05/09/09 08:14
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
as the button's function, use:
void stop_input()
{
inkey_active = 0;
}

that'll stop the input.


~"I never let school interfere with my education"~
-Mark Twain
Re: send key.. [Re: Germanunkol] #264969
05/09/09 08:20
05/09/09 08:20
Joined: Dec 2008
Posts: 124
bobby_danseco Offline OP
Member
bobby_danseco  Offline OP
Member

Joined: Dec 2008
Posts: 124
thanks a lot.. smile
it works now.. i just inserted that
to my button function..

Re: send key.. [Re: bobby_danseco] #264971
05/09/09 08:36
05/09/09 08:36
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
No problem smile
just be careful: this button will also end all other input now when pressed.


~"I never let school interfere with my education"~
-Mark Twain
Re: send key.. [Re: Germanunkol] #265006
05/09/09 14:03
05/09/09 14:03
Joined: Dec 2008
Posts: 124
bobby_danseco Offline OP
Member
bobby_danseco  Offline OP
Member

Joined: Dec 2008
Posts: 124
thanks again for the warning smile ill take note of that....


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1