Closed ike709 closed 2 months ago
Test code:
/client/New() ..() show_popup_menus = FALSE /client/Click(object,location,control,params) src << "[params]"
I then proceeded to left, middle, and then right click once each.
BYOND:
icon-x=21;icon-y=17;left=1;button=left;screen-loc=6:21,7:17 icon-x=20;icon-y=17;middle=1;button=middle;screen-loc=6:20,7:17 icon-x=20;icon-y=17;right=1;button=right;screen-loc=6:20,7:17
OpenDream (can't highlight the text to directly copy it):
left=1
button
screen-loc
Middle mouse doing nothing is documented in https://github.com/OpenDreamProject/OpenDream/issues/1925
Code/Testing
Test code:
I then proceeded to left, middle, and then right click once each.
BYOND:
OpenDream (can't highlight the text to directly copy it):
Issues summary:
Edit: Fixed by https://github.com/OpenDreamProject/OpenDream/pull/1929left=1
is not set by OpenDream when left-clicking.Fixed by https://github.com/OpenDreamProject/OpenDream/pull/1929button
parameter is missing.screen-loc
(OD doesn't seem to be passing numerical values at all?).Middle mouse doing nothing is documented in https://github.com/OpenDreamProject/OpenDream/issues/1925