Ticket #683 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

OSX Full-Screen Cursor Jumping

Reported by: Kimball Owned by:
Priority: Nice to Have Milestone: Alpha 4
Component: Core engine Keywords:
Cc:

Description

OS: Mac OSX 10.6.5
HW: MacBook Pro (15-inch, Mid 2009)
    2.8 GHz
    4 GB RAM
    NVIDIA GeForce 9400M & 9600M GT
    64-bit kernel enabled
GV: Alpha 2 Custom Build (r8686)

This issue may be limited to certain OSX software or certain Apple hardware. It only occurs in fullscreen mode, and has only been found to occur on 10.6.5, 15" MacBook? Pro.

When units are selected and the player hovers over a resource with the cursor (tree, farm, stone etc.), the cursor will jump away from the resource (sometimes to the civic center, sometimes to another unit - I'm not sure what variables determine where it goes), preventing the player from tasking a unit on a resource. Building structures poses no problems. This issue is non-existent in window mode.

See video: http://www.youtube.com/watch?v=Iumc_uE9A5c

Note that when no units are selected, the cursor has no problems hovering over resources.

Change History

comment:1 Changed 2 years ago by Philip

This is probably a problem with using SDL_SetCursor to hide the cursor (in source/lib/res/graphics/cursor.cpp). Maybe we should use SDL_ShowCursor instead.

comment:2 Changed 2 years ago by philip

  • Status changed from new to closed
  • Resolution set to fixed

(In [9038]) Simplify hiding of system cursor on non-Windows. Fixes #683.

comment:3 Changed 2 years ago by k776

  • Milestone changed from Backlog to Alpha 4
Note: See TracTickets for help on using tickets.