9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing utility functions related to Mouse stuff. | 7 Module implementing utility functions related to Mouse stuff. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt6.QtCore import Qt, QCoreApplication | 10 from PyQt6.QtCore import QCoreApplication, Qt |
11 | 11 |
12 from eric7 import Globals | 12 from eric7 import Globals |
13 | 13 |
14 if Globals.isMacPlatform(): | 14 if Globals.isMacPlatform(): |
15 __modifier2String = { | 15 __modifier2String = { |