UNPKG

rock-mod

Version:

Rock-Mod is a powerful framework designed for creating and managing mods for Grand Theft Auto (GTA) games.

6 lines (5 loc) 189 B
import { type IVector2D } from "../../../../shared/common/utils"; export interface ICursorManager { show(freezeControls: boolean, state: boolean): void; getPosition(): IVector2D; }