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
3 days ago
tcl by oldlaptop
8 days ago
tcl by rhobart
20 days ago
tcl by rhobart
20 days ago
tcl by rhobart
21 days ago
tcl by Bradipo
21 days ago
tcl by rhobart
21 days ago
tcl by sssc
25 days ago
tcl by mookie
41 days ago
tcl by JMN
49 days ago
Submit
New paste
Documentation
From Jabber