Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2008, 10:34:20 PM (16 years ago)
Author:
rgrieder
Message:

split KeyBinder into multiple files instead of one unreadable monster file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/visual_studio/vc8/core.vcproj

    r1519 r1520  
    280280                                >
    281281                                <File
     282                                        RelativePath="..\..\src\core\input\Button.cc"
     283                                        >
     284                                </File>
     285                                <File
     286                                        RelativePath="..\..\src\core\input\CalibratorCallback.cc"
     287                                        >
     288                                </File>
     289                                <File
     290                                        RelativePath="..\..\src\core\input\HalfAxis.cc"
     291                                        >
     292                                </File>
     293                                <File
    282294                                        RelativePath="..\..\src\core\input\InputBuffer.cc"
    283295                                        >
    284296                                </File>
    285297                                <File
     298                                        RelativePath="..\..\src\core\input\InputCommands.cc"
     299                                        >
     300                                </File>
     301                                <File
    286302                                        RelativePath="..\..\src\core\input\InputManager.cc"
    287303                                        >
     
    289305                                <File
    290306                                        RelativePath="..\..\src\core\input\KeyBinder.cc"
     307                                        >
     308                                </File>
     309                                <File
     310                                        RelativePath="..\..\src\core\input\KeyDetector.cc"
    291311                                        >
    292312                                </File>
     
    382402                                >
    383403                                <File
     404                                        RelativePath="..\..\src\core\input\Button.h"
     405                                        >
     406                                </File>
     407                                <File
     408                                        RelativePath="..\..\src\core\input\CalibratorCallback.h"
     409                                        >
     410                                </File>
     411                                <File
     412                                        RelativePath="..\..\src\core\input\HalfAxis.h"
     413                                        >
     414                                </File>
     415                                <File
    384416                                        RelativePath="..\..\src\core\input\InputBuffer.h"
    385417                                        >
    386418                                </File>
    387419                                <File
     420                                        RelativePath="..\..\src\core\input\InputCommands.h"
     421                                        >
     422                                </File>
     423                                <File
    388424                                        RelativePath="..\..\src\core\input\InputInterfaces.h"
    389425                                        >
     
    395431                                <File
    396432                                        RelativePath="..\..\src\core\input\KeyBinder.h"
     433                                        >
     434                                </File>
     435                                <File
     436                                        RelativePath="..\..\src\core\input\KeyDetector.h"
    397437                                        >
    398438                                </File>
Note: See TracChangeset for help on using the changeset viewer.