mouse and keyboard

Blitz3D Forums/Blitz3D Programming/mouse and keyboard

seferey(Posted 2005) [#1]
now that I understand how to program keyboard functions
in B3d I want my game to use keyboard and mouse

how do you setup the mouse in B3d?


Banshee(Posted 2005) [#2]
=mouseX()
=mouseY()
=mouseDown(1)
=mouseXSpeed()
etc...

Help/Command Reference/2D - Categories/Input


seferey(Posted 2005) [#3]
is this it for the mouse command isn't there suppose to be something before the = sign


puki(Posted 2005) [#4]
What type of game are you planning on?

You do know that if you highlight a Blitz keyword in your code and then press the 'F1' twice it will give you help on that keyword and also give you an example program?

Also check out:
http://www.blitzbasic.com/Community/posts.php?topic=27913