Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 20, 2008, 4:31:03 PM (16 years ago)
Author:
rgrieder
Message:
  • classed FloatParser to ExprParser class
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/core/InputManager.cc

    r1112 r1118  
    207207    if (mouse_)
    208208      mouse_->capture();
    209 
    210209    if (keyboard_)
    211210      keyboard_->capture();
     211
     212    // Give the listeners the chance to do additional calculations
    212213  }
    213214
Note: See TracChangeset for help on using the changeset viewer.