1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-13 17:12:55 +00:00
psychojs/js
Sotiri Bakagiannis d023ed3b8c core/Mouse: tweak isPressedIn to cover all types of arguments
Bring in line with PsychoPy by accepting arguments as follows:
(a) mouse.isPressedIn({"shape": myStim, "buttons": 1})
(b) mouse.isPressedIn(myStim, {"buttons": 1})
(c) mouse.isPressedIn(myStim, 1)
2020-07-16 17:21:04 +01:00
..
core core/Mouse: tweak isPressedIn to cover all types of arguments 2020-07-16 17:21:04 +01:00
data complete linting, saving of partial results, improved GUI, various bug fixes 2020-07-03 14:26:43 +02:00
sound complete linting, saving of partial results, improved GUI, various bug fixes 2020-07-03 14:26:43 +02:00
util complete linting, saving of partial results, improved GUI, various bug fixes 2020-07-03 14:26:43 +02:00
visual Merge pull request #99 from thewhodidthis/bf#53+83--slider 2020-07-03 14:38:41 +02:00