Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
JSI_GUIMouse Namespace Reference

Functions

JSBool construct (JSContext *cx, uintN argc, jsval *vp)
 
JSBool toString (JSContext *cx, uintN argc, jsval *vp)
 

Variables

JSClass JSI_class
 
JSPropertySpec JSI_props []
 
JSFunctionSpec JSI_methods []
 

Function Documentation

JSBool JSI_GUIMouse::construct ( JSContext *  cx,
uintN  argc,
jsval *  vp 
)

Definition at line 237 of file JSInterface_GUITypes.cpp.

JSBool JSI_GUIMouse::toString ( JSContext *  cx,
uintN  argc,
jsval *  vp 
)

Definition at line 259 of file JSInterface_GUITypes.cpp.

Variable Documentation

JSClass JSI_GUIMouse::JSI_class
Initial value:
= {
"GUIMouse", 0,
JS_PropertyStub, JS_PropertyStub,
JS_PropertyStub, JS_StrictPropertyStub,
JS_EnumerateStub, JS_ResolveStub,
JS_ConvertStub, JS_FinalizeStub,
NULL, NULL, NULL, JSI_GUIMouse::construct
}
JSBool construct(JSContext *cx, uintN argc, jsval *vp)

Definition at line 214 of file JSInterface_GUITypes.cpp.

JSFunctionSpec JSI_GUIMouse::JSI_methods
Initial value:
=
{
{ "toString", JSI_GUIMouse::toString, 0, 0 },
{ 0 }
}
JSBool toString(JSContext *cx, uintN argc, jsval *vp)

Definition at line 231 of file JSInterface_GUITypes.cpp.

JSPropertySpec JSI_GUIMouse::JSI_props
Initial value:
=
{
{ "x", 0, JSPROP_ENUMERATE},
{ "y", 1, JSPROP_ENUMERATE},
{ "buttons", 2, JSPROP_ENUMERATE},
{ 0 }
}

Definition at line 223 of file JSInterface_GUITypes.cpp.