Added skip for pointer to functions, added int64_t compat type
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
using BlendFile.CompatTypes;
|
||||
using System;
|
||||
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:33:14
|
||||
// Automatically generated by BlenderSharp at 01/22/2025 16:57:57
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
@@ -25,10 +25,8 @@ namespace BlendFile.DNA {
|
||||
public char[] owner_id = new System.Char[128];
|
||||
public short flag;
|
||||
public short kmi_id;
|
||||
public @bool (ptr_poll)();
|
||||
public @bool (ptr_poll_modal_item)();
|
||||
public object ptr_modal_items;
|
||||
public wmKeyMap(wmKeyMap ptr_next, wmKeyMap ptr_prev, ListBase items, ListBase diff_items, char[] idname, short spaceid, short regionid, char[] owner_id, short flag, short kmi_id, @bool (ptr_poll)(), @bool (ptr_poll_modal_item)(), object ptr_modal_items) {
|
||||
public wmKeyMap(wmKeyMap ptr_next, wmKeyMap ptr_prev, ListBase items, ListBase diff_items, char[] idname, short spaceid, short regionid, char[] owner_id, short flag, short kmi_id, object ptr_modal_items) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.items = items;
|
||||
@@ -39,8 +37,6 @@ namespace BlendFile.DNA {
|
||||
this.owner_id = owner_id;
|
||||
this.flag = flag;
|
||||
this.kmi_id = kmi_id;
|
||||
this.(ptr_poll)() = (ptr_poll)();
|
||||
this.(ptr_poll_modal_item)() = (ptr_poll_modal_item)();
|
||||
this.ptr_modal_items = ptr_modal_items;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user