X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fcursor-control.h;fp=src%2Fcursor-control.h;h=d7a4bc5fff7dbb526f8a093dde6c716a06ddf887;hb=fd10e89f595a8ae45d4471a7d77426d0a1b77502;hp=91918817720f2ffde14b392cdf9b797e2725d12c;hpb=3ea56c83d8f0c7994f5113166e315d06aa1dcb4a;p=guile-irrlicht.git diff --git a/src/cursor-control.h b/src/cursor-control.h index 9191881..d7a4bc5 100644 --- a/src/cursor-control.h +++ b/src/cursor-control.h @@ -34,6 +34,9 @@ extern "C" { DECLARE_WRAPPED_TYPE (irr::gui::ICursorControl*, init_cursor_control_type, cursor_control_p, wrap_cursor_control, unwrap_cursor_control); + SCM + irr_getCursorControl (SCM wrapped_device); + SCM irr_gui_setPosition (SCM wrapped_cursor_control, SCM position);