CrossVR / g-key

This is the old repository for the g-key plugin, you can find the new repository here:
https://github.com/Armada651/gkey_plugin
BSD 2-Clause "Simplified" License
21 stars 5 forks source link

Readme - Mouse support section #4

Open marped01 opened 10 years ago

marped01 commented 10 years ago

Hi, wonderful plugin u made :)

just noticed a small error in the example script, under mouse support section of the readme file.

if event == "MOUSE_BUTTON_RELEASED" then OutputDebugMessage("TS3_PTT_ACTIVATE")

Should be changed to OutputDebugMessage("TS3_PTT_DEACTIVATE")