0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[Red言語]on-keyイベントのeventにセットされている値の一覧

Posted at

毎回忘れて確認するので、ほぼ自分用メモ
(ドキュメントにPRすればいいのだが横着)

eventにセットされているword

word 説明(推測含む)
alt-down? Altキーが押されているか
aux-down? 不明
away? 不明
ctrl? Ctrlキーが押されているか
down? 不明
face 不明(noneだった)
flags 不明
key 押されたキー(char!型)
mid-down? 不明
offset たぶんキーが発生した時のキャレット位置?
picked 不明
shift? Shiftキーが押されているか
type たぶん固定で"key"が入る
window 不明(noneだった)

確認バージョン

Red 0.6.4 for Windows built 13-Dec-2019/15:37:32+09:00 commit #134a2b0

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?