Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2006, 2:48:11 PM (18 years ago)
Author:
bensch
Message:

borders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/gl_gui/glgui_cursor.h

    r7891 r7905  
    3030    static float mouseSensitivity() { return GLGuiCursor::_mouseSensitivity; };
    3131
     32    void setMaxBorders(const Vector2D& maxBorders) { this->_maxBorders = maxBorders; };
     33
    3234    void init();
    3335    const Vector2D& position() const { return Element2D::getAbsCoor2D(); }
     
    3840    virtual void process(const Event& event);
    3941  private:
     42
     43    Vector2D      _maxBorders;
    4044
    4145    Vector2D      newPos;
Note: See TracChangeset for help on using the changeset viewer.