25 const char* GetName();
28 const char* GetLastNavURL();
33 bool setSize(
int widthIn,
int heightIn);
35 int getBrowserWidth();
37 int getBrowserHeight();
38 bool scrollByLines(
int linesIn);
39 bool setBackgroundColor(
int red,
int green,
int blue);
40 bool setEnabled(
bool enabled);
43 bool navigateTo(
const char* url);
45 bool canNavigateBack();
47 bool canNavigateForward();
48 bool navigateForward();
51 bool mouseDown(
int xPos,
int yPos);
52 bool mouseUp(
int xPos,
int yPos);
53 bool mouseMove(
int xPos,
int yPos);
54 bool keyPress(
int keyCode);
55 bool focusBrowser(
bool focusBrowser);
different physics engine has different winding order.
Definition: EventBinding.h:32
a HTML browser control and texture
Definition: ParaScriptingHTMLBrowser.h:11
for luabind, The main drawback of this approach is that the compilation time will increase for the fi...
Definition: luaSQLite.cpp:1971