1.14.0.5
Hummingbird
A modern user interface library for games
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ncohtml
 NNet
 CBoundEventHandleHandle for registered delegates
 CCoherentPropertySpecify a property / field or method visible to Coherent UI
 CCoherentTypeSpecify which properties and fields of a type are visible to Coherent UI
 CInvalidValueCastExceptionThrown when casting a Value to an incompatible type
 CUnsupportedPrimitiveTypeExceptionThrown when trying to bind a value of unsupported primitive type such as long
 CValueType for representing generic JavaScript values
 CValueObjectClass for compound JavaScript objects, behaves like a Dictionary<string, Value>
 CAnimationThe Animation object for dom element
 CConsoleThe console object for the view
 CCSSStyleDeclarationThe style of an element
 CDocumentThe document of the view
 CDOMRectDOM Rectangle object
 CDOMRectReadOnlyReadonly DOM Rectangle object
 CDOMTokenListThe DOMTokenList of the element. Currently it is only supported in the context of class list
 CElementElement in the view
 CEventListenerCommon interface for all elements that can listen for event
 CEventTargetCommon interface for all elements that can be event targets
 CHTMLCollectionList of elements
 CHTMLInputElementInput element in the view
 CHTMLTextAreaElementTextarea element in the view
 CLocationLocation for document
 CMorphAnimationThe Animation object for dom element morphing SVG
 CNavigatorThe navigator of the view
 CNodeThe basic document node
 CNodeIteratorThe NodeIterator interface represents an iterator over the members of a list of the nodes in a subtree of the DOM. The nodes will be returned in document order
 CNodeListList of nodes
 CStorageThe Storage of the view
 CSVGElementSVG element in the view
 CTouchListList of touches
 CWindowThe window of the view and the global object in the scripting environment