Method | Description | |
---|---|---|
AddHeader ( uint unBrowserHandle, string pchKey, string pchValue ) : void | ||
AllowStartRequest ( uint unBrowserHandle, bool bAllowed ) : void | ||
CSteamHTMLSurface ( |
||
CopyToClipboard ( uint unBrowserHandle ) : void | ||
CreateBrowser ( string pchUserAgent, string pchUserCSS ) : ulong | ||
DestructISteamHTMLSurface ( ) : void | ||
ExecuteJavascript ( uint unBrowserHandle, string pchScript ) : void | ||
Find ( uint unBrowserHandle, string pchSearchStr, bool bCurrentlyInFind, bool bReverse ) : void | ||
GetIntPtr ( ) : |
||
GetLinkAtPosition ( uint unBrowserHandle, int x, int y ) : void | ||
GoBack ( uint unBrowserHandle ) : void | ||
GoForward ( uint unBrowserHandle ) : void | ||
Init ( ) : bool | ||
JSDialogResponse ( uint unBrowserHandle, bool bResult ) : void | ||
KeyChar ( uint unBrowserHandle, uint cUnicodeChar, uint eHTMLKeyModifiers ) : void | ||
KeyDown ( uint unBrowserHandle, uint nNativeKeyCode, uint eHTMLKeyModifiers ) : void | ||
KeyUp ( uint unBrowserHandle, uint nNativeKeyCode, uint eHTMLKeyModifiers ) : void | ||
LoadURL ( uint unBrowserHandle, string pchURL, string pchPostData ) : void | ||
MouseDoubleClick ( uint unBrowserHandle, uint eMouseButton ) : void | ||
MouseDown ( uint unBrowserHandle, uint eMouseButton ) : void | ||
MouseMove ( uint unBrowserHandle, int x, int y ) : void | ||
MouseUp ( uint unBrowserHandle, uint eMouseButton ) : void | ||
MouseWheel ( uint unBrowserHandle, int nDelta ) : void | ||
PasteFromClipboard ( uint unBrowserHandle ) : void | ||
Reload ( uint unBrowserHandle ) : void | ||
RemoveBrowser ( uint unBrowserHandle ) : void | ||
SetBackgroundMode ( uint unBrowserHandle, bool bBackgroundMode ) : void | ||
SetCookie ( string pchHostname, string pchKey, string pchValue, string pchPath, ulong nExpires, bool bSecure, bool bHTTPOnly ) : void | ||
SetHorizontalScroll ( uint unBrowserHandle, uint nAbsolutePixelScroll ) : void | ||
SetKeyFocus ( uint unBrowserHandle, bool bHasKeyFocus ) : void | ||
SetPageScaleFactor ( uint unBrowserHandle, float flZoom, int nPointX, int nPointY ) : void | ||
SetSize ( uint unBrowserHandle, uint unWidth, uint unHeight ) : void | ||
SetVerticalScroll ( uint unBrowserHandle, uint nAbsolutePixelScroll ) : void | ||
Shutdown ( ) : bool | ||
StopFind ( uint unBrowserHandle ) : void | ||
StopLoad ( uint unBrowserHandle ) : void | ||
ViewSource ( uint unBrowserHandle ) : void |
Method | Description | |
---|---|---|
CheckIfUsable ( ) : void |
public AddHeader ( uint unBrowserHandle, string pchKey, string pchValue ) : void | ||
unBrowserHandle | uint | |
pchKey | string | |
pchValue | string | |
return | void |
public AllowStartRequest ( uint unBrowserHandle, bool bAllowed ) : void | ||
unBrowserHandle | uint | |
bAllowed | bool | |
return | void |
public CSteamHTMLSurface ( |
||
SteamHTMLSurface |
public CopyToClipboard ( uint unBrowserHandle ) : void | ||
unBrowserHandle | uint | |
return | void |
public CreateBrowser ( string pchUserAgent, string pchUserCSS ) : ulong | ||
pchUserAgent | string | |
pchUserCSS | string | |
return | ulong |
public ExecuteJavascript ( uint unBrowserHandle, string pchScript ) : void | ||
unBrowserHandle | uint | |
pchScript | string | |
return | void |
public Find ( uint unBrowserHandle, string pchSearchStr, bool bCurrentlyInFind, bool bReverse ) : void | ||
unBrowserHandle | uint | |
pchSearchStr | string | |
bCurrentlyInFind | bool | |
bReverse | bool | |
return | void |
public GetLinkAtPosition ( uint unBrowserHandle, int x, int y ) : void | ||
unBrowserHandle | uint | |
x | int | |
y | int | |
return | void |
public GoBack ( uint unBrowserHandle ) : void | ||
unBrowserHandle | uint | |
return | void |
public GoForward ( uint unBrowserHandle ) : void | ||
unBrowserHandle | uint | |
return | void |
public JSDialogResponse ( uint unBrowserHandle, bool bResult ) : void | ||
unBrowserHandle | uint | |
bResult | bool | |
return | void |
public KeyChar ( uint unBrowserHandle, uint cUnicodeChar, uint eHTMLKeyModifiers ) : void | ||
unBrowserHandle | uint | |
cUnicodeChar | uint | |
eHTMLKeyModifiers | uint | |
return | void |
public KeyDown ( uint unBrowserHandle, uint nNativeKeyCode, uint eHTMLKeyModifiers ) : void | ||
unBrowserHandle | uint | |
nNativeKeyCode | uint | |
eHTMLKeyModifiers | uint | |
return | void |
public KeyUp ( uint unBrowserHandle, uint nNativeKeyCode, uint eHTMLKeyModifiers ) : void | ||
unBrowserHandle | uint | |
nNativeKeyCode | uint | |
eHTMLKeyModifiers | uint | |
return | void |
public LoadURL ( uint unBrowserHandle, string pchURL, string pchPostData ) : void | ||
unBrowserHandle | uint | |
pchURL | string | |
pchPostData | string | |
return | void |
public MouseDoubleClick ( uint unBrowserHandle, uint eMouseButton ) : void | ||
unBrowserHandle | uint | |
eMouseButton | uint | |
return | void |
public MouseDown ( uint unBrowserHandle, uint eMouseButton ) : void | ||
unBrowserHandle | uint | |
eMouseButton | uint | |
return | void |
public MouseMove ( uint unBrowserHandle, int x, int y ) : void | ||
unBrowserHandle | uint | |
x | int | |
y | int | |
return | void |
public MouseUp ( uint unBrowserHandle, uint eMouseButton ) : void | ||
unBrowserHandle | uint | |
eMouseButton | uint | |
return | void |
public MouseWheel ( uint unBrowserHandle, int nDelta ) : void | ||
unBrowserHandle | uint | |
nDelta | int | |
return | void |
public PasteFromClipboard ( uint unBrowserHandle ) : void | ||
unBrowserHandle | uint | |
return | void |
public Reload ( uint unBrowserHandle ) : void | ||
unBrowserHandle | uint | |
return | void |
public RemoveBrowser ( uint unBrowserHandle ) : void | ||
unBrowserHandle | uint | |
return | void |
public SetBackgroundMode ( uint unBrowserHandle, bool bBackgroundMode ) : void | ||
unBrowserHandle | uint | |
bBackgroundMode | bool | |
return | void |
public SetCookie ( string pchHostname, string pchKey, string pchValue, string pchPath, ulong nExpires, bool bSecure, bool bHTTPOnly ) : void | ||
pchHostname | string | |
pchKey | string | |
pchValue | string | |
pchPath | string | |
nExpires | ulong | |
bSecure | bool | |
bHTTPOnly | bool | |
return | void |
public SetHorizontalScroll ( uint unBrowserHandle, uint nAbsolutePixelScroll ) : void | ||
unBrowserHandle | uint | |
nAbsolutePixelScroll | uint | |
return | void |
public SetKeyFocus ( uint unBrowserHandle, bool bHasKeyFocus ) : void | ||
unBrowserHandle | uint | |
bHasKeyFocus | bool | |
return | void |
public SetPageScaleFactor ( uint unBrowserHandle, float flZoom, int nPointX, int nPointY ) : void | ||
unBrowserHandle | uint | |
flZoom | float | |
nPointX | int | |
nPointY | int | |
return | void |
public SetSize ( uint unBrowserHandle, uint unWidth, uint unHeight ) : void | ||
unBrowserHandle | uint | |
unWidth | uint | |
unHeight | uint | |
return | void |
public SetVerticalScroll ( uint unBrowserHandle, uint nAbsolutePixelScroll ) : void | ||
unBrowserHandle | uint | |
nAbsolutePixelScroll | uint | |
return | void |
public StopFind ( uint unBrowserHandle ) : void | ||
unBrowserHandle | uint | |
return | void |
public StopLoad ( uint unBrowserHandle ) : void | ||
unBrowserHandle | uint | |
return | void |
public ViewSource ( uint unBrowserHandle ) : void | ||
unBrowserHandle | uint | |
return | void |