2 Things in BYOND Discussion
|
|
1. Its semi-nice that we can change the right mouse click, but we can only change it to run on the left mouse click! how bout setting up like a RgtClick() proc so we can edit it to whatever we want, in both the cases ive wanted to use the right mouse for something the left button was already being used for something else.
2. Middle mouse button/mouse wheel, another nice function/feature/proc would be something for the middle wheel clicking and/or scrolling. just some suggestions <.< THANKS FOR YOUR TIME! GOOD DAY SIR!
EDIT: another possibility would just be to add an arguement passed through all the click procedures that determines which of these 3 buttons were used <.O
|
"The params argument is text, and can be converted to a list using params2list(). It may contain any of the following properties, which will only be set if they are used:
icon-x, icon-y: Pixel coordinates within the icon; 1,1 is the lower left
left, middle, right: Mouse buttons pressed/held/released
ctrl, shift, alt: Keys held down during the mouse action
drag-cell, drop-cell: Cells involved if using a Grid control."
I am told that right clicks may/may not work if you have the client's show_popup_menus var still set to 1 (which is intended, I take it, from the documentation).