passing in handle
Posted to
tcl
by ro at Fri Jan 11 08:10:05 GMT 2008
view raw
SDL_Rect *rect;
int p;
if
(Tcl_GetIntFromObj(interp, objv[1], &p) != TCL_OK) {
return
TCL_ERROR;
}
rect = (SDL_Rect*)p;
Tcl_SetObjResult(interp, Tcl_NewIntObj(rect->x));
Recent Posts
tcl by mookie
1 days ago
tcl by cgm
1 days ago
tcl by cgm
1 days ago
tcl by mookie
2 days ago
tcl by mookie
4 days ago
tcl by mookie
4 days ago
tcl by mookie
5 days ago
tcl by oldlaptop
9 days ago
tcl by mookie
49 days ago
tcl by oldlaptop
54 days ago
Submit
New paste
Documentation
From Jabber