glitchassassin/lackey

How can I customize the size of the screen that needs to be monitored

Closed this issue · 1 comments

r = lackey.Screen(0) #it's Full screen

How can I customize the size of the screen that needs to be monitored

use
s = lackey.Region(Upper_left_x, Upper_left_y).setSize(w=w, h=h)
made it
thanks for replying