lmc_get_window_title() how does it work.?
Posted: 18 Dec 2019, 16:01
Tried adding it at the top just under "lmc_device_set_name"
but if i run the script via the "play"key
but not work
tried:
but does not show the title of the active window "like lmc_print_devices()" prints the devices...
doing the same thing for this command
minimizes the lua app so the key works but no active window title is printed. so idk whats wrong with it.
but if i run the script via the "play"key
but not work
tried:
Code: Select all
elseif (button == 122 and direction ==0) then
lmc_get_window_title()
doing the same thing for this command
Code: Select all
elseif (button == 122 and direction ==0) then
lmc_get_window_title()
lmc_minimize()