diff options
Diffstat (limited to 'linden/libraries/include/llmozlib.h')
-rw-r--r-- | linden/libraries/include/llmozlib.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
158 | // mouse/keyboard interaction | 158 | // mouse/keyboard interaction |
159 | bool mouseDown( int browserWindowIdIn, int xPosIn, int yPosIn ); | 159 | bool mouseDown( int browserWindowIdIn, int xPosIn, int yPosIn ); |
160 | bool mouseUp( int browserWindowIdIn, int xPosIn, int yPosIn ); | 160 | bool mouseUp( int browserWindowIdIn, int xPosIn, int yPosIn ); |
161 | |||
162 | // send a mouse left button double click to a browser window at given XY in browser space | ||
163 | bool mouseLeftDoubleClick( int browserWindowIdIn, int xPosIn, int yPosIn ); | ||
164 | |||
161 | bool mouseMove( int browserWindowIdIn, int xPosIn, int yPosIn ); | 165 | bool mouseMove( int browserWindowIdIn, int xPosIn, int yPosIn ); |
162 | bool keyPress( int browserWindowIdIn, int keyCodeIn ); | 166 | bool keyPress( int browserWindowIdIn, int keyCodeIn ); |
163 | bool unicodeInput ( int browserWindowIdIn, unsigned long uni_char ); | 167 | bool unicodeInput ( int browserWindowIdIn, unsigned long uni_char ); |