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