Skip to content

Commit

Permalink
winUser: fix xButton constants. (nvaccess#8589)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehollig authored and michaelDCurran committed Aug 3, 2018
1 parent 6e25ecd commit 2909b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/winUser.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ class GUITHREADINFO(Structure):
VK_RBUTTON=2
VK_CANCEL=3
VK_MBUTTON=4
VK_XBUTTON=15
VK_XBUTTON=26
VK_XBUTTON1=5
VK_XBUTTON2=6
VK_BACK=8
VK_TAB=9
VK_CLEAR=12
Expand Down

0 comments on commit 2909b20

Please sign in to comment.