Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 19, 2009, 5:31:02 PM (15 years ago)
Author:
rgrieder
Message:

Merged all remaining revisions from core4 back to the trunk.

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/core/input/KeyDetector.h

    r3196 r3327  
    2727 */
    2828
    29 /**
    30 @file
    31 @brief
    32     Different definitions of input processing.
    33 */
    34 
    3529#ifndef _KeyDetector_H__
    3630#define _KeyDetector_H__
    3731
    38 #include "core/CorePrereqs.h"
     32#include "InputPrereqs.h"
    3933
    4034#include <string>
     
    4943        ~KeyDetector();
    5044        void setCallbackCommand(const std::string& command);
    51         void JoyStickDeviceNumberChanged(unsigned int value);
     45        void JoyStickQuantityChanged(const std::vector<JoyStick*>& joyStickList);
    5246
    5347    private:
Note: See TracChangeset for help on using the changeset viewer.