This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changes between Version 1 and Version 2 of Ticket #1869, comment 2


Ignore:
Timestamp:
03/15/13 21:36:21 (12 years ago)
Author:
zoot

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1869, comment 2

    v1 v2  
    1 I imagine some kludgy use of Engine.HotkeyIsPressed() is at fault here. You press Z, but due to the stuttering, by the time the game gets around to processing the key press, you have already released the batch train hotkey and so Engine.HotkeyIsPressed() returns false.
     1I imagine some kludgy use of `Engine.HotkeyIsPressed()` is at fault here. You press Z, but due to the stuttering, by the time the game gets around to processing the key press, you have already released the batch train hotkey and so `Engine.HotkeyIsPressed()` returns false.
    22
    33It would probably be better to detect "Shift+Z" than just detecting "Z", then waiting, and then checking whether "Shift" is pressed.