Skip to content

package common_interfaces

import "kaiju/editor/common_interfaces"

Types

Focusable

interface

type Focusable interface {
    FocusInterface()
    BlurInterface()
}