Boyah Forums

General => Internet, Science, & Technology => Topic started by: musica.cards on January 10, 2009, 11:44:39 PM

Title: How do I make the keyboard/mouse do stuff in BASIC?
Post by: musica.cards on January 10, 2009, 11:44:39 PM
Can anyone explain to me how I can specify specific function(s) to certain key(s)? How about mouse clicks? I can't seem to find what I'm looking for on Google.
Title: Re: How do I make the keyboard/mouse do stuff in BASIC?
Post by: Terran SCV on February 06, 2009, 10:57:09 PM
BASIC was developed as a language that utilized Keyboard Inputs only.

Unless you are talking about Visual Basic, or the Microsoft Word Macro thingy.
Title: Re: How do I make the keyboard/mouse do stuff in BASIC?
Post by: musica.cards on February 07, 2009, 03:41:34 PM
Quote from: Terran SCV on February 06, 2009, 10:57:09 PM
BASIC was developed as a language that utilized Keyboard Inputs only.

Unless you are talking about Visual Basic, or the Microsoft Word Macro thingy.

I can make due with that. How do I make events happen at the push of a key?
Title: Re: How do I make the keyboard/mouse do stuff in BASIC?
Post by: Terran SCV on February 07, 2009, 04:54:38 PM
Quote from: some_person on February 07, 2009, 03:41:34 PM
I can make due with that. How do I make events happen at the push of a key?

What type of compiler interpreter are you using? It matters, since (just like human language,) there are different dialects.
Title: Re: How do I make the keyboard/mouse do stuff in BASIC?
Post by: musica.cards on February 07, 2009, 06:12:08 PM
Quote from: Terran SCV on February 07, 2009, 04:54:38 PM
What type of compiler interpreter are you using? It matters, since (just like human language,) there are different dialects.


I'm using Just BASIC.