סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > browserEvents > isRightButton
הפונקציה מחזירה את הערך True שהאירוע הזה הוא לחיצה ימנית.
Signature:
export declare function isRightButton(e: MouseEvent): boolean;
פרמטרים
פרמטר |
סוג |
תיאור |
e |
MouseEvent |
אירוע של סימון העכבר. |
החזרות:
בוליאני
True אם לוחצים לחיצה ימנית.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-21 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-21 (שעון UTC)."],[[["The `browserEvents.isRightButton()` function determines if a given mouse event is a right-click."],["It accepts a MouseEvent object as input and returns `true` if the event represents a right-click, otherwise `false`."],["This function is part of the `browserEvents` namespace within Blockly and can be utilized to handle right-click interactions in Blockly applications."]]],[]]