UNPKG

@nativewrappers/redm

Version:

Native wrappers and utilities for use with RedM.

8 lines (7 loc) 292 B
import type { KeyHash } from "./enums/Keys"; export declare class Controls { static IsInputJustPressed(hash: KeyHash): boolean; static IsInputPressed(hash: KeyHash): boolean; static IsDisabledInputPressed(hash: KeyHash): boolean; static DisableControl(hash: KeyHash): void; }