aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/libraries/include/llmozlib.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:22 -0500
committerJacek Antonelli2008-08-15 23:45:22 -0500
commit1e8e051fafa147fc3375bf7693c781e3be17b6d4 (patch)
tree071633b1e27b13f52619ea60a58338bfab34538a /linden/libraries/include/llmozlib.h
parentSecond Life viewer sources 1.18.6.0-RC (diff)
downloadmeta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.zip
meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.gz
meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.bz2
meta-impy-1e8e051fafa147fc3375bf7693c781e3be17b6d4.tar.xz
Second Life viewer sources 1.18.6.1-RC
Diffstat (limited to 'linden/libraries/include/llmozlib.h')
-rw-r--r--linden/libraries/include/llmozlib.h4
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 );