Changes between Version 15 and Version 16 of BROWSER_CONTENT_BASIC_R2


Ignore:
Timestamp:
09/06/09 16:56:58 (16 years ago)
Author:
sveto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R2

    v15 v16  
    124124[[BR]][[BR]] 
    125125 
     126=== Send Mouse Event Command === 
     127Send mouse event command ID is 103.[[BR]][[BR]] 
     128MouseIds[[BR]][[BR]] 
     129||Name||Value|| 
     130||MOUSE_DBL_CLICKED||0|| 
     131||MOUSE_PRESSED||1|| 
     132||MOUSE_RELEASED||2|| 
     133||MOUSE_MOVED||3||       
     134||MOUSE_LEFT_BUTTON||0|| 
     135||MOUSE_RIGHT_BUTTON||1|| 
     136||MOUSE_MID_BUTTON||2|| 
     137[[BR]][[BR]] 
     138SendMouseEventCommand[[BR]][[BR]] 
     139||Integer offset||0||1||2||3||4||5|| 
     140||0||Size||Command ID||Event||Button||X offset||Y offset|| 
     141[[BR]][[BR]] 
     142SendMouseEventCommand Example [[BR]][[BR]] 
     143||Integer offset||0||1||2||3||4||5|| 
     144||0||6||103||1||1||100||150|| 
     145[[BR]][[BR]] 
     146 
    126147= Testing = 
    127148^(Place the testing results here.)^