Skip to content

Commit

Permalink
set name for evdev device, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
meeuw committed Mar 20, 2024
1 parent 2dc3973 commit 8f7734a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wooting-mouse"
version = "0.1.2"
version = "0.2.0"
description = "Use Wooting Gamepad as Virtual Mouse"
authors = ["Dick Marinus"]
license = "GPL-3.0"
Expand Down
3 changes: 2 additions & 1 deletion wooting_mouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def __init__(self, state, device):
r"(REL_X|REL_Y|REL_WHEEL|REL_WHEEL_HI_RES|"
r"BTN_RIGHT|BTN_MIDDLE|BTN_LEFT|KEY_CAPSLOCK|"
r"KEY_LEFTCTRL|KEY_LEFTALT)$"
)
),
name="Wooting Virtual Mouse for Gamepad",
)
self.state = state
self.device = device
Expand Down

0 comments on commit 8f7734a

Please sign in to comment.