VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@MOUSEDOWN
Windows ✓Linux ✓macOS ⏳
Syntax
@MOUSEDOWN(<flags>)
Description
This function returns the state of the mouse button specified by the flags. If the button is down, the function returns 1, if not it returns null. When specifying more than one flag, the return value is a string of nulls or 1s separated by the current field separator character.
Valid flags are:
| L | Left (default) |
| M | Middle |
| R | Right |
OK
Not changed.
Example
See a more advanced example...