@launchmenu/core
Version:
An environment for visual keyboard controlled applets
10 lines • 409 B
TypeScript
import { IMenu } from "../_types/IMenu";
import { IMenuItem } from "../../items/_types/IMenuItem";
/**
* Moves the cursor in the menu up or down
* @param menu The menu to move the cursor in
* @param up Whether to move up or down
* @returns The new cursor of the menu
*/
export declare function moveCursor(menu: IMenu, up: boolean): IMenuItem | undefined;
//# sourceMappingURL=moveCursor.d.ts.map