Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2019, 4:02:06 PM (5 years ago)
Author:
tkuonen
Message:

Add first version of mousecursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/MouseAPI_FS19/src/modules/MouseAPI/mouseapi.h

    r12302 r12309  
    1616#include "CameraManager.h"
    1717#include <functional>
     18#include "core/GUIManager.h"
     19#include "core/input/KeyBinderManager.h"
    1820
    1921namespace orxonox
     
    8789    float getRadiusScroll(ScrollableElementID id);
    8890
     91    Vector2 getMousePosition();
     92
    8993    void activate();
    9094    static bool isActive(){return singletonPtr_s != nullptr && getInstance().active;}
Note: See TracChangeset for help on using the changeset viewer.