~azzar1/unity/hud-alt-space

« back to all changes in this revision

Viewing changes to unity-shared/TextInput.h

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
  nux::Property<double> scale;
76
76
 
77
77
private:
78
 
  void OnFontChanged();
 
78
  void UpdateFont();
79
79
  void UpdateHintFont();
80
80
  void UpdateHintColor();
81
81
  void Draw(nux::GraphicsEngine& GfxContext, bool force_draw);