BaseWidget: Renamed GrabKeyboard to SetFocus, added ClearFocus and focus virtual methods

This commit is contained in:
Lynix
2017-11-11 18:38:11 +01:00
parent f5b639ec0f
commit f136530a74
5 changed files with 47 additions and 7 deletions

View File

@@ -34,6 +34,8 @@ namespace Ndk
Canvas& operator=(Canvas&&) = delete;
protected:
inline void ClearKeyboardOwner(std::size_t canvasIndex);
inline void NotifyWidgetBoxUpdate(std::size_t index);
inline void NotifyWidgetCursorUpdate(std::size_t index);