class MAGES::UIs::KeyLayout

Overview

A class to store the key layouts used by the VRKeyboard. More…

class KeyLayout: public ScriptableObject
{
public:
    // properties

    int LayoutSize;
    string LayoutName;
    string[] MainKeys;
    string[] ShiftMainKeys;
    string[] AlternativeKeys;
};

Detailed Documentation

A class to store the key layouts used by the VRKeyboard.

Properties

int LayoutSize

Gets or Sets the size of the keyboard’s layout.

string LayoutName

Gets or Sets name to be displayed in spacebar selected language area.

string[] MainKeys

Gets or Sets the main Key layout of the keyboard. Use The order found in a qwerty keyboard.

string[] ShiftMainKeys

Gets or Sets the main Key layout of the keyboard when shift is enabled. Use The order found in a qwerty keyboard.

string[] AlternativeKeys

Gets or Sets the alternative key layout page when button.<#!1> is pressed. Use The order found in a qwerty keyboard.