fix: Support pin and person windows cursors

Related to #24
This commit is contained in:
Abdulkaiz Khatri
2024-07-01 09:48:31 +05:30
parent b9d526df48
commit d822fbe05a
6 changed files with 107 additions and 2 deletions
+12
View File
@@ -122,3 +122,15 @@ png = 'zoom-out.png'
x_hotspot = 109
y_hotspot = 103
win_name = 'Zoom-out'
[cursors.person]
png = 'person.png'
x_hotspot = 69
y_hotspot = 30
win_name = 'Person'
[cursors.pin]
png = 'pin.png'
x_hotspot = 69
y_hotspot = 30
win_name = 'Pin'
+12
View File
@@ -122,3 +122,15 @@ png = 'zoom-out.png'
x_hotspot = 109
y_hotspot = 103
win_name = 'Zoom-out'
[cursors.person]
png = 'person.png'
x_hotspot = 69
y_hotspot = 30
win_name = 'Person'
[cursors.pin]
png = 'pin.png'
x_hotspot = 69
y_hotspot = 30
win_name = 'Pin'
+12
View File
@@ -122,3 +122,15 @@ png = 'zoom-out.png'
x_hotspot = 109
y_hotspot = 103
win_name = 'Zoom-out'
[cursors.person]
png = 'person.png'
x_hotspot = 69
y_hotspot = 30
win_name = 'Person'
[cursors.pin]
png = 'pin.png'
x_hotspot = 69
y_hotspot = 30
win_name = 'Pin'