Skip to content

Commit

Permalink
Merge branch 'mousewheel' of https:/eort/OpenSesame into tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Oct 4, 2023
2 parents f09bee8 + 12e5535 commit 8f0e805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libopensesame/widgets/_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _exec(self, focus_widget=None):
focus_widget.focus = True
if len(self) == 0:
raise InvalidFormGeometry('The form contains no widgets')
ms = mouse(self.experiment, timeout=0)
ms = mouse(self.experiment, buttonlist=[1, 2, 3], timeout=0)
ms.show_cursor()
kb = keyboard(self.experiment, timeout=0)
kb.show_virtual_keyboard()
Expand Down Expand Up @@ -386,4 +386,4 @@ def xy_to_widget(self, xy):
return self.widgets[index]


form = Form
form = Form

0 comments on commit 8f0e805

Please sign in to comment.