WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   input & gamepad (https://forum.worldviz.com/showthread.php?t=394)

dominic 08-15-2005 03:11 PM

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)

farshizzo 08-15-2005 04:01 PM

Hi,

Try placing the import sid statement after you call viz.go(). Also, when posting code place it between [code ] tags. Example:

[code ] some code [/code]


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

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