Opened 22 years ago

Closed 22 years ago

Last modified 5 years ago

#280 closed defect

Cursor Offset

Reported by: (none) Owned by: fingolfin
Priority: normal Component: --Other--
Version: Keywords:
Cc: Game:

Description

This is a small bug, but something tells me to report it. The mouse cursor offset is off by one pixel. You can't get the cursor to the very top of the screen. It's especially obvious in full-screen mode.

Ticket imported from: #557874. Ticket imported from: bugs/280.

Change History (4)

comment:1 by (none), 22 years ago

Logged In: NO

Gosh, I found out what's wrong already! In gjx.cpp, look in the function "decompressDefaultCursor":

_cursorHotspotX = 8; _cursorHotspotY = 7;

_cursorHotspotY should be 8. I tried that. It worked.

comment:2 by fingolfin, 22 years ago

Owner: set to fingolfin
Status: newclosed

comment:3 by fingolfin, 22 years ago

Yup, well spotted, thanks.

comment:4 by digitall, 5 years ago

Component: --Unset----Other--
Note: See TracTickets for help on using tickets.