Hello, I am trying to make a scroll bar that can be dragged using the dx functions.
Long story short, want to compare the absoluteY returned by onClientClick with the absoluteY of the current frame (by using onClientRender). The only way to get the current cursor location this way is by using getCursorPosition, which does not return an absolute position.
I couldn't find any other function to do this and dividing the screen height by the float returned by getCursorPosition is not accurate.
Is there any way to do this? Am I missing something? plz halp lol