Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4361 in orxonox.OLD for orxonox/trunk/src/command_node.cc


Ignore:
Timestamp:
May 28, 2005, 2:43:21 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: event handler ongoing work, started implementing the precess funciton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/command_node.cc

    r4326 r4361  
    271271          cmd.bUp = true;
    272272          if( strlen (cmd.cmd) > 0) relay(&cmd);
     273          printf("mouse activity: %i \n", event.key.keysym.sym );
    273274          break;
    274275        case SDL_MOUSEBUTTONDOWN:
Note: See TracChangeset for help on using the changeset viewer.