overte-Armored-Dragon/scripts/system
Anthony J. Thibault e34aecde49 Bug fix for click events received by entity scripts
PointerEvent.isLeftButton should be true even on left button release events.
in a previous PR this behavior was changed. isLeftButton was used as a flag indicating the button state, which would be false on left button release events.
Because we have scripts that rely on the old behavior, I've changed it back to the original and introduced isPrimaryHeld properties instead.
2016-08-29 16:21:39 -07:00
..
assets Merge branch 'master' of https://github.com/highfidelity/hifi into discovery 2016-08-16 11:14:36 -07:00
controllers Bug fix for click events received by entity scripts 2016-08-29 16:21:39 -07:00
html some comments 2016-08-25 16:27:58 -07:00
libraries Sensor space entity support 2016-08-23 10:13:06 -07:00
marketplaces add local scope wrappers to new default scripts 2016-08-25 09:04:06 -07:00
particle_explorer
attachedEntitiesManager.js clear dead code 2016-06-08 13:44:53 -07:00
away.js wrap default scripts with local scope 2016-08-25 08:57:06 -07:00
dialTone.js wrap default scripts with local scope 2016-08-25 08:57:06 -07:00
directory.js
edit.js better 2016-08-26 11:57:15 -07:00
firstPersonHMD.js wrap default scripts with local scope 2016-08-25 08:57:06 -07:00
goto.js wrap default scripts with local scope 2016-08-25 08:57:06 -07:00
hmd.js wrap default scripts with local scope 2016-08-25 08:57:06 -07:00
mod.js wrap default scripts with local scope 2016-08-25 08:57:06 -07:00
mute.js wrap default scripts with local scope 2016-08-25 08:57:06 -07:00
notifications.js wrap default scripts with local scope 2016-08-25 08:57:06 -07:00
progress.js don't use globals and remove double definitions 2016-08-25 08:57:06 -07:00
selectAudioDevice.js wrap default scripts with local scope 2016-08-25 08:57:06 -07:00
snapshot.js add local scope wrappers to new default scripts 2016-08-25 09:04:06 -07:00
users.js wrap default scripts with local scope 2016-08-25 08:57:06 -07:00
voxels.js