Ignore:
Timestamp:
Aug 28, 2011, 4:26:37 AM (12 years ago)
Author:
sam
Message:

core: more vec?i -> ?veci renames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/platform/ps3/ps3input.cpp

    r865 r866  
    4141#if defined __CELLOS_LV2__
    4242    vec2 mousepos;
    43     vec3i mousebuttons;
     43    ivec3 mousebuttons;
    4444
    4545    CellPadData pad_data[NUM_PADS];
     
    7676
    7777    data->mousepos = vec2(320.0f, 240.0f);
    78     data->mousebuttons = vec3i(0, 0, 0);
     78    data->mousebuttons = ivec3(0, 0, 0);
    7979
    8080    gamegroup = GAMEGROUP_BEFORE;
Note: See TracChangeset for help on using the changeset viewer.