http://bugs.winehq.org/show_bug.cgi?id=16127
Summary: Mouse Buttons do not work in BBC Basic For Windows 5.80a Product: Wine Version: 1.0.1 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: robert.goddard@freeuk.com
Created an attachment (id=17362) --> (http://bugs.winehq.org/attachment.cgi?id=17362) Short demo program written in the BBC Basic for Windows Language
See attached program written in the BBC Basic For Windows Language. Program previously worked in wine but now does not work. The specific problem is that wine is ignoring mouse clicks when the mouse pointer is on the screen but still allows the user to turn off the program with the standard close button.
BBC Basic for Windows is freely downloadable at
http://www.bbcbasic.co.uk/bbcwin/download.html
When the same program is run in BBC Basic for Windows installed in Windows it behaves as expected. When a left or right mouse button is pressed a colored dot is placed on the screen at the pointer tip.
Note that the program contains a subroutine to detect what environment it is running in, so that a workaround for the GetBoundsRect windows function not being implemented in wine comes into operation.This is a previously reported unresolved bug in wine.
Please let me know if you need more information.