docs: Correction in hotspot coordinates documentation (#63)

This commit is contained in:
Pascal Lasnier 2024-09-28 14:13:23 +00:00 committed by GitHub
parent 912d56025f
commit b98726e431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Each cursor image is a separate directory. In it, multiple size variations can b
resize_algorithm = bilinear resize_algorithm = bilinear
# "hotspot" is where in your cursor the actual "click point" should be. # "hotspot" is where in your cursor the actual "click point" should be.
# this is in absolute coordinates. x+ is east, y+ is north. # this is in absolute coordinates. x+ is east, y+ is south.
# the pixel coordinates of the hotspot at size are rounded to the nearest: # the pixel coordinates of the hotspot at size are rounded to the nearest:
# (round(size * hotspot_x), round(size * hotspot_y)) # (round(size * hotspot_x), round(size * hotspot_y))
hotspot_x = 0.0 # this goes 0 - 1 hotspot_x = 0.0 # this goes 0 - 1