This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 351 for ps


Ignore:
Timestamp:
06/02/04 17:22:19 (21 years ago)
Author:
Simon Brenner
Message:

added usage of SDL_BUTTON_WHEELUP/DOWN instead of the win-specific constant values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/gui/CGUI.cpp

    r291 r351  
    125125            break;
    126126
    127             case 3: // wheel down
     127            case SDL_BUTTON_WHEELDOWN: // wheel down
    128128                if (pNearest)
    129129                {
     
    132132                break;
    133133
    134             case 4: // wheel up
     134            case SDL_BUTTON_WHEELUP: // wheel up
    135135                if (pNearest)
    136136                {
Note: See TracChangeset for help on using the changeset viewer.