chore: Added More Informative Comments
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package ui
|
||||
|
||||
// The Focus Map Helps to keep track of which UI Element Currently Has the Focus It can be queried to get the Current
|
||||
// UI Element with Focus and also can set UI Focus keep in mind that it isn't Focus Map that is Responsible to change
|
||||
// the Focus that is Done through the Update Function of UI.ExpandedView */
|
||||
var FocusMap map[string]bool
|
||||
|
||||
func GenerateFocusMap() {
|
||||
|
||||
Reference in New Issue
Block a user