Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Need help for my joystick!
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
adityarampal




PostPosted: Sat Jun 18, 2011 12:01 pm   Post subject: Need help for my joystick!

I have made a game for my joystick but i made it accordingly to the keyboard! I need help on how to make it work with my joystick! Can anyone help me with this please!
I will be very grateful if anyone helped!
const val : int := parallelget % Read in the set of pin values
put "Pin 10 is: ", (val div 64) mod 2
put "Pin 11 is: ", (val div 128) mod 2
put "Pin 12 is: ", (val div 32) mod 2
put "Pin 13 is: ", (val div 16) mod 2
put "Pin 15 is: ", (val div 8) mod 2
I need this code put in my game! which helps it work on my joystick but currently i have this which works with my keyboard!
f hasch then
getch (z)
if z = "w" then
b := 1
a := 0
Scoring := 5
elsif z = "s" then
b := -1
a := 0
Scoring := 5
elsif z = "a" then
b := 0
a := -1
Scoring := 5
elsif z = "d" then
b := 0
a := 1
Scoring := 5
end if
z := ""
end if
Sponsor
Sponsor
Sponsor
sponsor
Insectoid




PostPosted: Sat Jun 18, 2011 12:22 pm   Post subject: RE:Need help for my joystick!

I'm pretty sure you need a parallel joystick to do this, and just use parallelget to retrieve the state of the joystick.

EDIT: Found this.
dan1290




PostPosted: Sat Jun 16, 2018 5:55 pm   Post subject: Re: RE:Need help for my joystick!

Insectoid @ Sat Jun 18, 2011 12:22 pm wrote:
I'm pretty sure you need a parallel joystick to do this, and just use parallelget to retrieve the state of the joystick.

EDIT: Found this.


This is the exact thing I need help with and I need those values through the parllelget command but don't have a joystick
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: