~haggai-eran/nux/rtl-rebased

« back to all changes in this revision

Viewing changes to Nux/TextEntry.h

  • Committer: Jay Taoko
  • Date: 2011-10-21 23:49:15 UTC
  • mfrom: (508.1.2 nux-20)
  • Revision ID: jay.taoko@canonical.com-20111021234915-hnzakb5ndebica8i
* Removed custom Nux types: t_u32, t_s32, t_bool, ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
    std::string password_char_;
294
294
 
295
295
    /** Last time of mouse double click event. */
296
 
    t_u64 last_dblclick_time_;
 
296
    unsigned long long last_dblclick_time_;
297
297
 
298
298
    /** The current cursor position in number of bytes. */
299
299
    int cursor_;