OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
208 stars 112 forks source link

Multiple `Click()` params fixes and right-click handling #1929

Closed ike709 closed 2 months ago

ike709 commented 3 months ago

Fixes https://github.com/OpenDreamProject/OpenDream/issues/1899

Partially addresses https://github.com/OpenDreamProject/OpenDream/pull/1926 by adding left=1 and implementing the button param.

Does not address https://github.com/OpenDreamProject/OpenDream/issues/1928

ike709 commented 3 months ago

I tested button and it does not seem to include modifier keys or anything like that in BYOND, just which mouse button is being pressed.