mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-25 12:34:49 -04:00
Merge branch 'dev'
This commit is contained in:
commit
53ffa7e256
66 changed files with 768 additions and 499 deletions
|
@ -4,7 +4,6 @@
|
|||
from typing import Any, Dict, Tuple, TypeVar
|
||||
|
||||
from clickgen.util import PNGProvider
|
||||
|
||||
from .constants import WIN_CURSORS_CFG, WIN_DELAY, X_CURSORS_CFG, X_DELAY
|
||||
|
||||
X = TypeVar("X")
|
||||
|
@ -15,7 +14,7 @@ def to_tuple(x: X) -> Tuple[X, X]:
|
|||
|
||||
|
||||
def get_config(bitmaps_dir, **kwargs) -> Dict[str, Any]:
|
||||
"""Return configuration of `GoogleDot` pointers.
|
||||
"""Return configuration of `macOSBigSur` pointers.
|
||||
|
||||
:param bitmaps_dir: Path to .png file's directory.
|
||||
:type bitmaps_dir: ``str`` or ``pathlib.Path``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue