OpenDreamProject / OpenDream

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

Middle-mouse clicking is no longer passed to `Click()` #1925

Open ike709 opened 1 month ago

ike709 commented 1 month ago

Test code:

/client/Click(object,location,control,params)
    src << "[params]"

BYOND prints: icon-x=21;icon-y=21;middle=1;button=middle;screen-loc=6:21,7:21

OpenDream does nothing.