@@ -252,6 +252,11 @@ const messages = defineMessages({
252
252
description : 'Label for the clipboard item monitor when shown on the stage' ,
253
253
id : 'gui.opcodeLabels.getclipboard'
254
254
} ,
255
+ sensing_getdragmode : {
256
+ defaultMessage : 'draggable?' ,
257
+ description : 'Label for the draggable monitor when shown on the stage' ,
258
+ id : 'gui.opcodeLabels.getdragmode'
259
+ } ,
255
260
sensing_loud : {
256
261
defaultMessage : 'loud?' ,
257
262
description : 'Label for the loud monitor when shown on the stage' ,
@@ -330,6 +335,7 @@ class OpcodeLabels {
330
335
sensing_mousex : { category : 'sensing' } ,
331
336
sensing_mousey : { category : 'sensing' } ,
332
337
sensing_getclipboard : { category : 'sensing' } ,
338
+ sensing_getdragmode : { category : 'sensing' } ,
333
339
sensing_loud : { category : 'sensing' } ,
334
340
sensing_dayssince2000 : { category : 'sensing' } ,
335
341
sensing_loggedin : { category : 'sensing' } ,
@@ -435,6 +441,7 @@ class OpcodeLabels {
435
441
this . _opcodeMap . sensing_mousex . labelFn = ( ) => this . _translator ( messages . sensing_mousex ) ;
436
442
this . _opcodeMap . sensing_mousey . labelFn = ( ) => this . _translator ( messages . sensing_mousey ) ;
437
443
this . _opcodeMap . sensing_getclipboard . labelFn = ( ) => this . _translator ( messages . sensing_getclipboard ) ;
444
+ this . _opcodeMap . sensing_getdragmode . labelFn = ( ) => this . _translator ( messages . sensing_getdragmode ) ;
438
445
this . _opcodeMap . sensing_loud . labelFn = ( ) => this . _translator ( messages . sensing_loud ) ;
439
446
this . _opcodeMap . sensing_dayssince2000 . labelFn = ( ) => this . _translator ( messages . sensing_dayssince2000 ) ;
440
447
this . _opcodeMap . sensing_loggedin . labelFn = ( ) => this . _translator ( messages . sensing_loggedin ) ;
0 commit comments