You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if t_click
|
|
{
|
|
t_x = mouse_x
|
|
t_y = mouse_y
|
|
if point_in_rectangle(t_x, t_y, tarea_x1, tarea_y1, tarea_x2, tarea_y2)
|
|
{
|
|
global.curropt = optionid
|
|
with (oLogScreenControl)
|
|
{
|
|
if (expanded == 0)
|
|
{
|
|
expanded = 1
|
|
event_user(2)
|
|
}
|
|
}
|
|
}
|
|
}
|