[API change getFocus() in isFocused()

This commit is contained in:
Edouard DUPIN 2021-05-31 23:02:38 +02:00
parent fc43bfa599
commit 9ee9354568

View File

@ -256,7 +256,7 @@ public class Widget extends EwolObject {
* get the focus state of the widget * get the focus state of the widget
* @return focus state * @return focus state
*/ */
public boolean getFocus() { public boolean isFocused() {
return this.hasFocus; return this.hasFocus;
} }