WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   onkeydown for Cedrus Response Pad (https://forum.worldviz.com/showthread.php?t=6029)

VizMars 06-14-2017 02:38 AM

onkeydown for Cedrus Response Pad
 
How can I implement a "onkeydown" function for the vizxid module?

Jeff 06-19-2017 09:20 AM

The vizxid module defines the following events:

Code:

BUTTONDOWN_EVENT        = viz.getEventID('XID_ButtonDown')
BUTTONUP_EVENT                = viz.getEventID('XID_ButtonUp')

You could use the vizact.onevent command and pass in one of those events.


All times are GMT -7. The time now is 09:35 PM.

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