Skip to content
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;
}

如果文档对您有帮助,欢迎 请喝咖啡 ☕ | 软件发布 | 源码购买