Regenerated all the files
This commit is contained in:
@@ -11,26 +11,46 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class wmKeyMapItem {
|
||||
[DNAFieldAttribute(0, "wmKeyMapItem", "*next", 184)]
|
||||
public wmKeyMapItem ptr_next;
|
||||
[DNAFieldAttribute(1, "wmKeyMapItem", "*prev", 184)]
|
||||
public wmKeyMapItem ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "idname[64]", 1)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "IDProperty", "*properties", 136)]
|
||||
public IDProperty ptr_properties;
|
||||
[DNAFieldAttribute(4, "char", "propvalue_str[64]", 1)]
|
||||
public char[] propvalue_str = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "short", "propvalue", 2)]
|
||||
public short propvalue;
|
||||
[DNAFieldAttribute(6, "short", "type", 2)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(7, "int8_t", "val", 1)]
|
||||
public sbyte val;
|
||||
[DNAFieldAttribute(8, "int8_t", "direction", 1)]
|
||||
public sbyte direction;
|
||||
[DNAFieldAttribute(9, "short", "shift", 2)]
|
||||
public short shift;
|
||||
[DNAFieldAttribute(10, "short", "ctrl", 2)]
|
||||
public short ctrl;
|
||||
[DNAFieldAttribute(11, "short", "alt", 2)]
|
||||
public short alt;
|
||||
[DNAFieldAttribute(12, "short", "oskey", 2)]
|
||||
public short oskey;
|
||||
[DNAFieldAttribute(13, "short", "keymodifier", 2)]
|
||||
public short keymodifier;
|
||||
[DNAFieldAttribute(14, "short", "flag", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(15, "short", "maptype", 2)]
|
||||
public short maptype;
|
||||
[DNAFieldAttribute(16, "short", "id", 2)]
|
||||
public short id;
|
||||
[DNAFieldAttribute(17, "char", "_pad[2]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(18, "PointerRNA", "*ptr", 0)]
|
||||
public PointerRNA ptr_ptr;
|
||||
public wmKeyMapItem(
|
||||
wmKeyMapItem ptr_next,
|
||||
|
||||
Reference in New Issue
Block a user