java.lang.Object
io.github.jspinak.brobot.actions.methods.sikuliWrappers.text.KeyDownWrapper

@Component public class KeyDownWrapper extends Object
KeyDown in SikuliX (Java Robot) does not actually hold the key down. There is apparently no way to do this with code. Here, 'hold' means press down once, without releasing, so that other keys can be pressed at the same time. KeyDown and wait on char 'a' won't produce 'aaaaaaaaa'. It requires KeyUp before it functions again. Wrapper class for KeyDown, holds a Key down as a real or mock action.
  • Constructor Details

    • KeyDownWrapper

      public KeyDownWrapper()
  • Method Details