Skip to content

Commit

Permalink
New approach based on Monitor() class to access all properties and fu…
Browse files Browse the repository at this point in the history
…nctionalities. macOS is still experimental and not tested on multi-monitor setups.
  • Loading branch information
Kalmat committed Jul 19, 2023
1 parent fbdb46a commit 8bcea4d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified dist/PyMonCtl-0.0.9-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pymonctl/_pymonctl_macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import Quartz.CoreGraphics as CG

from pymonctl import BaseMonitor, _pointInBox, _getRelativePosition
from .structs import *
from pymonctl.structs import *
# from ._display_manager_lib import Display


Expand Down
2 changes: 1 addition & 1 deletion src/pymonctl/_pymonctl_win.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import win32gui

from pymonctl import BaseMonitor, _getRelativePosition
from structs import *
from pymonctl.structs import *


dpiAware = ctypes.windll.user32.GetAwarenessFromDpiAwarenessContext(ctypes.windll.user32.GetThreadDpiAwarenessContext())
Expand Down

0 comments on commit 8bcea4d

Please sign in to comment.