C# Class AntTweakBar.NativeMethods

The native AntTweakBar bindings.
显示文件 Open project: TomCrypto/AntTweakBar.NET

Private Methods

Method Description
TwAddButton ( [ bar, [ name, [ callback, [ clientData, [ def ) : System.Boolean
TwAddSeparator ( [ bar, [ name, [ def ) : System.Boolean
TwAddVarCB ( [ bar, [ name, [ type, [ setCallback, [ getCallback, [ clientData, [ def ) : System.Boolean
TwAddVarRO ( [ bar, [ name, [ type, [ var, [ def ) : System.Boolean
TwAddVarRW ( [ bar, [ name, [ type, [ var, [ def ) : System.Boolean
TwDefine ( [ def ) : System.Boolean
TwDefineEnum ( [ name, [ enumValues, [ numValues ) : Tw.VariableType
TwDefineEnumFromString ( [ name, [ enumString ) : Tw.VariableType
TwDefineStruct ( [ name, [ structMembers, [ numMembers, [ structSize, [ callback, [ clientData ) : Tw.VariableType
TwDeleteAllBars ( ) : System.Boolean
TwDeleteBar ( [ bar ) : System.Boolean
TwDraw ( ) : System.Boolean
TwEventSDL ( [ sdlEvent, [ major, [ minor ) : System.Boolean
TwEventSFML ( [ sfmlEvent, [ major, [ minor ) : System.Boolean
TwEventWin ( [ wnd, [ msg, [ wParam, [ lParam ) : System.Boolean
TwEventX11 ( [ xEvent ) : System.Boolean
TwGetBarByIndex ( [ barIndex ) : IntPtr
TwGetBarByName ( [ barName ) : IntPtr
TwGetBarCount ( ) : Int32
TwGetBarName ( [ bar ) : IntPtr
TwGetBottomBar ( ) : IntPtr
TwGetCurrentWindow ( ) : Int32
TwGetLastError ( ) : IntPtr
TwGetParamDouble ( [ bar, [ varName, [ paramName, [ type, [ maxElemCount, [ param ) : Int32
TwGetParamInt ( [ bar, [ varName, [ paramName, [ type, [ maxElemCount, [ param ) : Int32
TwGetParamSingle ( [ bar, [ varName, [ paramName, [ type, [ maxElemCount, [ param ) : Int32
TwGetParamStr ( [ bar, [ varName, [ paramName, [ type, [ maxStrLength, [ param ) : Int32
TwGetTopBar ( ) : IntPtr
TwHandleErrors ( [ handler ) : void
TwInit ( [ graphicsAPI, [ device ) : System.Boolean
TwKeyPressed ( [ key, [ modifiers ) : System.Boolean
TwKeyTest ( [ key, [ modifiers ) : System.Boolean
TwMouseButton ( [ action, [ button ) : System.Boolean
TwMouseMotion ( [ mouseX, [ mouseY ) : System.Boolean
TwMouseWheel ( [ pos ) : System.Boolean
TwNewBar ( [ barName ) : IntPtr
TwRefreshBar ( [ bar ) : System.Boolean
TwRemoveAllVars ( [ bar ) : System.Boolean
TwRemoveVar ( [ bar, [ name ) : System.Boolean
TwSetBottomBar ( [ bar ) : System.Boolean
TwSetCurrentWindow ( [ windowID ) : System.Boolean
TwSetParamDouble ( [ bar, [ varName, [ paramName, [ type, [ elemCount, [ param ) : System.Boolean
TwSetParamInt ( [ bar, [ varName, [ paramName, [ type, [ elemCount, [ param ) : System.Boolean
TwSetParamSingle ( [ bar, [ varName, [ paramName, [ type, [ elemCount, [ param ) : System.Boolean
TwSetParamStr ( [ bar, [ varName, [ paramName, [ type, [ reserved, [ param ) : System.Boolean
TwSetTopBar ( [ bar ) : System.Boolean
TwTerminate ( ) : System.Boolean
TwWindowExists ( [ windowID ) : System.Boolean
TwWindowSize ( [ width, [ height ) : System.Boolean