public class EventSetting {
public EventType type ;
public weak Window window ;
public char send_event ;
public SettingAction action ;
public weak string name ;
}

public EventType type ;
public weak Window window ;
public char send_event ;
public SettingAction action ;
public weak string name ;
Created by Valadoc