Skip to main content
Module

x/neko/mod.ts>Menu

frame buffer deno module built on top of mini_fb with canvas api implementation and a webgpu renderer
Go to Latest
class Menu
import { Menu } from "https://deno.land/x/neko@1.1.0/mod.ts";

Constructors

new
Menu(title: string)

Properties

id: number
itemIndex: number

Methods

addItem(title: string, key: string)