mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
Merge branch 'epic/embed-osk-in-kmx' into feat/common/kmx-plus-osk-embed-support
This commit is contained in:
commit
2076cd9989
1 changed files with 2 additions and 2 deletions
|
|
@ -14,11 +14,11 @@ import StrsItem = KMXPlus.StrsItem;
|
|||
------------------------------------------------------------------ */
|
||||
|
||||
/**
|
||||
* A layer form, containing a set of layers, the <layers> element
|
||||
* A form that contains a set of layers, the <layers> element
|
||||
*/
|
||||
interface BUILDER_LAYR_FORM {
|
||||
hardware: BUILDER_STR_REF; // hardware or 'touch'
|
||||
layer: number; // index of first layer in the form, in the
|
||||
layer: number; // index of first layer in the form, in the layers subtable
|
||||
count: number; // number of layer entries in the form
|
||||
minDeviceWidth: number; // width in millimeters
|
||||
_layers: LayrEntry[]; // original layer entry, for in-memory only
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue