WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-15-2005, 03:11 PM
dominic dominic is offline
Member
 
Join Date: Aug 2005
Posts: 8
input & gamepad

Hey,

I have the following code. So, if I add one of those viz.input calls to get input then I am not able to get any input from the gamepad anymore. If I remove the viz.input line, then everything works just fine.
What am I doing wrong?

thanks,

dominic

PS: How can I submit code so that it keeps the indentions?


#testing
import viz
import sid

viz.go()

def userInput(num):
print 'num: ', num


if viz.running():#tried it with or without this magic line
h = viz.input("please enter a number: ")#PROBLEM

sid.callback(sid.BUTTONDOWN_EVENT, userInput)
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:51 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC