Add explanatory comment.
This commit is contained in:
@@ -343,6 +343,7 @@ class HTML5Window
|
|||||||
|
|
||||||
private function focusTextInput():Void
|
private function focusTextInput():Void
|
||||||
{
|
{
|
||||||
|
// Avoid changing focus multiple times per frame.
|
||||||
if (__focusPending) return;
|
if (__focusPending) return;
|
||||||
__focusPending = true;
|
__focusPending = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user