Add mouse hook to the color picker.

This commit is contained in:
Menotdan
2023-05-11 13:20:43 -04:00
parent a2d4207504
commit f94ae3f3fd
5 changed files with 51 additions and 4 deletions

View File

@@ -9,3 +9,6 @@ Color32 ScreenUtilsBase::GetPixelAt(int32 x, int32 y) {
Int2 ScreenUtilsBase::GetScreenCursorPosition() {
return { 0, 0 };
}
void ScreenUtilsBase::BlockAndReadMouse() {
}