Returns the mouse event mask. 
  
 
	  
		Note: This routine is supported for native COBOL only. 
		
 
 
	  
 
	 Syntax:
 
		 
		call "CBL_GET_MOUSE_MASK" using     mouse-handle
                                    event-mask
                          returning status-code
 
	  
 
	 Parameters:
 
		 
		 
		
 
			  
			  
			  
			  
				 
				  |   | 
 
				  Using call prototype (see 
					 Key) 
				   | 
 
				  Picture 
				   | 
 
				
 
			 
 
			  
				 
				  |  
					 mouse-handle 
				   | 
 
				  cblt-x4-compx 
				   | 
 
				  pic x(4) comp-x. 
				   | 
 
				
 
				 
				  |  
					 event-mask 
				   | 
 
				  cblt-x2-compx 
				   | 
 
				  pic x(2) comp-x. 
				   | 
 
				
 
				 
				  |  
					 status-code 
				   | 
 
				  See 
					 説明の読み方 
				   | 
 
				    | 
 
				
 
			 
 
		  
 
 
		 
 
	  
 
	 On Entry:
 
		 
		 
		
 
			  
			  
			  
				 
				  |  
					 mouse-handle 
				   | 
 
				  Mouse identifier, obtained by earlier call to CBL_INIT_MOUSE. 
				   | 
 
				
 
			 
 
		  
 
 
		 
 
	  
 
	 
 
	 
 
   
 
Comments:
The CBL_ mouse routines do not work with the x"AF" mouse routines.