タグ

linuxとmacに関するkuyのブックマーク (1)

  • Keyboard

    Playing with the Keyboard There are times when you want to test if a key is pressed at a given time without having to wait for a KeyDown event, specially if the code is not executing from a control or window that has a Keydown event. In REALBasic you can use the function AsyncKeyDown of the intrinsic object KEYBOARD to check the status of a key asynchronous at any time. Before we talk about using

  • 1