Ejemplo n.º 1
0
        void IManager.SaveSerializationData(SerializationData data)
        {
            data.Add("CaptureOnUpdate", this.CaptureOnUpdate);

            if (this.cursorClipArea != null)
            {
                data.Add("CursorClipArea", this.cursorClipArea.Value);
            }

            data.Add("MouseDoubleClickSpeed", this.MouseDoubleClickSpeed);
            data.Add("MouseGestureMinDistance", this.MouseGestureMinDistance);
            data.Add("MouseGesturesButton", this.MouseGesturesButton);
            data.Add("MouseGestureSegmentsAngle", this.MouseGestureSegmentsAngle);
            data.Add("MouseSelectButton", this.MouseSelectButton);
        }
Ejemplo n.º 2
0
 void IManager.SaveSerializationData(SerializationData data)
 {
     data.Add("Cursor", this.cursor);
     data.Add("GUIs", this.GUIs);
 }
Ejemplo n.º 3
0
 void IManager.SaveSerializationData(SerializationData data)
 {
     data.Add("Layers", this.Layers);
 }