#348 closed defect (fixed)
mouse cursor upper left corner bug
Reported by: | SF/isnothere | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Graphics |
Version: | Keywords: | ||
Cc: | Game: |
Description
If you guide the mouse pointer to the upper left corner with the keyboard and then try to move it away from there with the actual mouse you 'll notice that you CAN'T. The pointer will keep returning to the upper left corner until you move it away from there with the keyboard. This bug is confirmed on both Windowed and Fullscreen mode in Linux and Windows with SDL.
Ticket imported from: #581473. Ticket imported from: bugs/348.
Change History (3)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 6 years ago
Component: | --Unset-- → Graphics |
---|
Note:
See TracTickets
for help on using tickets.
It is a bug with velocity not being set to 0 when the cursor reached the corner/edge of the screen. I submitted a patch, # 581493.
CCCP