File tree Expand file tree Collapse file tree 4 files changed +129
-86
lines changed
Expand file tree Collapse file tree 4 files changed +129
-86
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " emulators-ui" ,
3- "version" : " 0.72.7 " ,
3+ "version" : " 0.72.8 " ,
44 "description" : " Emulators UI" ,
55 "main" : " dist/emulators-ui.js" ,
66 "types" : " dist/types/emulators-ui.d.ts" ,
Original file line number Diff line number Diff line change 44// gulpfile.ts/wasm.ts --> generateBuildInfo
55
66export const Build = {
7- short : "0.72.6 " ,
8- version : "0.72.6 (6dd211b8c028e0ec77730e73f4da8ae0 )" ,
9- buildSeed : 1641397738236 ,
7+ short : "0.72.8 " ,
8+ version : "0.72.8 (8dbef894934ba66115b42c47db147c61 )" ,
9+ buildSeed : 1641920074716 ,
1010} ;
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ import { Mapper } from "./keyboard";
44
55import { GridType } from "./grid" ;
66
7- export type LayerControlType = "Options" | "Key" | "Keyboard" | "Switch" | "ScreenMove" | "PointerButton" ;
7+ export type LayerControlType =
8+ "Options" | "Key" | "Keyboard" |
9+ "Switch" | "ScreenMove" |
10+ "PointerButton" | "NippleActivator" ;
811
912export interface LayerPosition {
1013 column : number ;
You can’t perform that action at this time.
0 commit comments