mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 19:00:57 +00:00
6393315a8e
I don't see any purpose to this delays and they were not present in the original engine. It works fine without those and the interface seems more responsive. This fixes bug #7121 DRASCULA: Delay and freeze when pressing right mouse click on game Also move a delay when left clicking to after performing the action. With the delay between the left click and the action, the mouse position could have moved when performing the action, resulting in the wrong action being performed (e.g. activating the wrong verb or picking the wrong object in the inventory). But removing the delay altogether causes flickering when picking objects from the inventory. |
||
---|---|---|
.. | ||
actors.cpp | ||
animation.cpp | ||
configure.engine | ||
console.cpp | ||
console.h | ||
converse.cpp | ||
detection.cpp | ||
drascula.cpp | ||
drascula.h | ||
graphics.cpp | ||
interface.cpp | ||
module.mk | ||
objects.cpp | ||
palette.cpp | ||
POTFILES | ||
resource.cpp | ||
rooms.cpp | ||
saveload.cpp | ||
sound.cpp | ||
talk.cpp |