Forgot to adjust test for new mouse encoding

This commit is contained in:
Kovid Goyal 2022-04-07 17:23:23 +05:30
parent e7b216ba68
commit e66c732b41
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -491,7 +491,7 @@ def enc(button=L, action=defines.PRESS, mods=0, x=1, y=1):
self.ae(enc(), '<0;1;1M')
self.ae(enc(action=defines.RELEASE), '<0;1;1m')
self.ae(enc(action=defines.MOVE), '<35;1;1M')
self.ae(enc(action=defines.MOVE, button=0), '<35;1;1M')
self.ae(enc(action=defines.DRAG), '<32;1;1M')
self.ae(enc(R), '<2;1;1M')