Skip to content

Commit

Permalink
typo in key_sdk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed May 4, 2024
1 parent 8a72829 commit 0c48ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcspy/sdk/key_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def logi_gkey_is_keyboard_gkey_string(self, g_key: int, mode: int) -> str:

def logi_gkey_is_mouse_pressed(self, button_number: int) -> bool:
"""
Indicates whether a mouse button is currently being pressed.
Indicate whether a mouse button is currently being pressed.
:param button_number: number of the button to check (for example between 6 and 20 for G600)
:return: True if the specified button is currently being pressed, False otherwise.
Expand Down

0 comments on commit 0c48ece

Please sign in to comment.