Searched refs:mouseScrollBy (Results 1 – 7 of 7) sorted by relevance
62 void mouseScrollBy(int x, int y);
184 void EventSender::mouseScrollBy(int x, int y) in mouseScrollBy() function in EventSender
76 void mouseScrollBy(const CppArgumentList&, CppVariant*);
268 bindMethod("mouseScrollBy", &EventSender::mouseScrollBy); in EventSender()695 void EventSender::mouseScrollBy(const CppArgumentList& arguments, CppVariant* result) in mouseScrollBy() function in EventSender
175 return @"mouseScrollBy";
22167 (EventSender::mouseScrollBy):32390 (EventSender::mouseScrollBy): Added
13118 new methods to EventSender: mouseScrollBy(x, y) and