gnmmarechal / RSTools

RuneScape 3 toolkit. Includes loot warning and low health warning systems.
3 stars 0 forks source link

Stop reading window size/offset from the config #17

Open gnmmarechal opened 5 years ago

gnmmarechal commented 5 years ago

Read GameWindow from the config and get the data from the window itself. update the window position/size in real-time. This is relevant for #16 , as the overlay won't move with the window.

gnmmarechal commented 5 years ago

This is partially fixed, the info is read from the window, but the position doesn't update in real time if the window is moved.