@epicgames-ps/lib-pixelstreamingfrontend-ue5.4
Version:
Frontend library for Unreal Engine 5.4 Pixel Streaming
15 lines (14 loc) • 426 B
TypeScript
/**
* Registers the Special Key codes
* Must be kept in sync with JavaScriptKeyCodeToFKey C++ array.
* The index of the entry in the array is the special key code given below.
*/
export declare class SpecialKeyCodes {
static backSpace: number;
static shift: number;
static control: number;
static alt: number;
static rightShift: number;
static rightControl: number;
static rightAlt: number;
}