Skip to content

package common_interfaces

import "kaijuengine.com/editor/common_interfaces"

Types

Focusable

interface

type Focusable interface {
    FocusInterface()
    BlurInterface()
}