6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
mexui.Component.Event = function()
|
|
{
|
|
this.used = false;
|
|
this.clickedAControl = false;
|
|
};
|