]> git.lizzy.rs Git - dragonfireclient.git/commit
Allow FormSpec elements to be focused with `set_focus` (#9353)
authorv-rob <robinsonvincent89@gmail.com>
Sun, 12 Jul 2020 07:47:05 +0000 (00:47 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Jul 2020 07:47:05 +0000 (09:47 +0200)
commite0499731a867c76005f7cd83ee18c1a9503da719
tree31e145944ad335ecb84b41c0d0295d845bc2205e
parentd80def5bbf58c9ddf1ab3d62e2e456b8dc824c98
Allow FormSpec elements to be focused with `set_focus` (#9353)

This allows you to specify a FormSpec element to set the focus of with "set_focus[<name>;<always set>]".
doc/lua_api.txt
src/gui/guiFormSpecMenu.cpp
src/gui/guiFormSpecMenu.h