Age | Commit message (Collapse) | Author |
|
|
|
between screens.
|
|
|
|
|
|
|
|
it's good idea :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The event manager keeps track of the mouse position and button
state, so using that should be both simpler and more reliable
than tracking it ourselves.
This loses the support for middle-clicking, but it's not clear
that this is needed anyway. (If necessary, it could be added to
the event manager.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that clicking on the "Return to DOS" button still calls a stub
function, but at least it no longer dies on mouse-over.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unfortunately, skipping the intro does not work because of a stack
underrun. I have no idea what's wrong.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|