Changes between Initial Version and Version 1 of Ticket #10371, comment 4


Ignore:
Timestamp:
Mar 31, 2018, 1:31:02 AM (7 years ago)
Author:
macca8

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10371, comment 4

    initial v1  
    33Firstly, the system cursor is displayed at its system’s default size (similar to windowed mode cursor size), never scaled to match fullscreen ScummVM or game cursors.
    44
    5 Secondly, since the presence of a fullscreen Launcher is required to trigger this cursor display issue, and it only occurs with the SDL2 backend, and NOT SDL1 (or versions thereof) or OpenGL, what differences apply in fullscreen mode?
     5Secondly, since the presence of a fullscreen Launcher (when switching to or from a game) is required to trigger this cursor display issue, and it only occurs with the SDL2 backend, and NOT SDL1 (or versions thereof) or OpenGL, what differences apply in fullscreen mode?
    66
    77A fullscreen Launcher in SDL2 displays:
     
    1313
    1414- SDL1: displays a window that is surrounded by black borders on all sides… also applies to game screens.
    15 - OpenGL: ALWAYS displays a windowed-size red arrow cursor (regardless of screen mode)… also applies when used inside a game screen (game cursors are correctly scaled).
     15- OpenGL: ALWAYS displays a windowed-size red arrow cursor (regardless of screen mode)… also applies when used inside a game screen (though game cursors are correctly scaled).
    1616
    1717Make of this what you will, but it does suggest that BOTH SDL2 Launcher conditions must be present to trigger the bug.