• Adam Barth's avatar
    Hide EditableString implementation details · f0ea0eaf
    Adam Barth authored
    Previously, EditableString had many public members because it needed to
    implement the KeyboardClient interface. However, that's confusing
    because these methods cannot be called directly.
    
    Now EditableString holds a private implementation of the KeyboardClient,
    which hides the implementation details.
    
    Fixes #208
    Fixes #209
    f0ea0eaf
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
doc Loading commit data...
examples Loading commit data...
infra Loading commit data...
packages Loading commit data...
travis Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...