using FBroSharp.Const;
namespace FBroSharp.DataType;
public struct FBroSharpKeyEvent
{
public FBroKeyEventType type;
public FBroSharpEventFlags modifiers;
public int windows_key_code;
public int native_key_code;
public int is_system_key;
public char character;
public char unmodified_character;
public int focus_on_editable_field;
}