Changes between Initial Version and Version 1 of Ticket #539, comment 34


Ignore:
Timestamp:
Oct 29, 2016, 4:25:33 AM (8 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #539, comment 34

    initial v1  
    1818Notice this requires the hardcoding of the default cursor in the C++ code, defining it in JS or some random file and loading it via C++.
    1919
    20 Currently `Config.cpp` defines the default cursor as `test`. I suggest to move the `default-arrow.png`
    21  to the `test` mod and rename the `test` to `default.png`. We should probably have a `constant` for the default cursor name in C++, so that we have to specify the name only once.
     20Currently `Config.cpp` defines the default cursor as `test`. I suggest to move the `default-arrow.png` to the `test` mod and rename the `test` to `default.png`. We should probably have a `constant` for the default cursor name in C++, so that we have to specify the name only once.
    2221
    2322To cover as many cases as possible `CGUIManager::PushPage` of `GUIManager.cpp` should reset the cursor. As that method is also called from `SwitchPage`, both cases are handled.