From 1e8e051fafa147fc3375bf7693c781e3be17b6d4 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:22 -0500 Subject: Second Life viewer sources 1.18.6.1-RC --- linden/libraries/include/llmozlib.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linden/libraries') diff --git a/linden/libraries/include/llmozlib.h b/linden/libraries/include/llmozlib.h index ad850e5..0a0ad85 100644 --- a/linden/libraries/include/llmozlib.h +++ b/linden/libraries/include/llmozlib.h @@ -158,6 +158,10 @@ class LLMozLib // mouse/keyboard interaction bool mouseDown( int browserWindowIdIn, int xPosIn, int yPosIn ); bool mouseUp( int browserWindowIdIn, int xPosIn, int yPosIn ); + + // send a mouse left button double click to a browser window at given XY in browser space + bool mouseLeftDoubleClick( int browserWindowIdIn, int xPosIn, int yPosIn ); + bool mouseMove( int browserWindowIdIn, int xPosIn, int yPosIn ); bool keyPress( int browserWindowIdIn, int keyCodeIn ); bool unicodeInput ( int browserWindowIdIn, unsigned long uni_char ); -- cgit v1.1