windows/public/IHim.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #include "nsIModule.idl"
00020 #include "nsIDOMWindow.idl"
00021
00022 [scriptable, uuid(10b7a973-54cc-c8c0-74b8-cad449f2a804)]
00023 interface IHim : nsISupports
00024 {
00025 void MouseMove(in short posX, in short posY, out short status);
00026 void Msleep(in short time);
00027 void Msleep2(in short time, out short status);
00028 void GetMousePosition(out short posX, out short posY);
00029 void Click(in short button);
00030 void SetCursorTo(in short x, in short y);
00031 void ResetReg();
00032 boolean DetectMouseMove();
00033 };