Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2010, 3:18:14 PM (14 years ago)
Author:
smerkli
Message:

Scrolling chat now works, discovered delete-button bug, fixing it now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/chat2/src/orxonox/ChatInputHandler.h

    r6870 r6876  
    6262       */
    6363      InputBuffer *inpbuf;
     64      int disp_offset, width;
    6465
    6566      /** input state */
     
    6869      /** setup input buffer, the constructor calls this */
    6970      void configureInputBuffer();
     71
     72      /** adjust display offset depending on cursor position */
     73      void sub_adjust_dispoffset( int maxlen, int cursorpos, int inplen );
    7074
    7175      /* singleton pointer */
Note: See TracChangeset for help on using the changeset viewer.