X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fcursor-control.h;h=1d4677c24384ef3d12230a20dd23779e7f52aa1b;hb=8876c6e31fddf00f9764d9fe73930d8dc8fc6c4a;hp=d7a4bc5fff7dbb526f8a093dde6c716a06ddf887;hpb=898d352f35f3f007dd4c1f49091f38bdeb012fd3;p=guile-irrlicht.git diff --git a/src/cursor-control.h b/src/cursor-control.h index d7a4bc5..1d4677c 100644 --- a/src/cursor-control.h +++ b/src/cursor-control.h @@ -37,6 +37,9 @@ extern "C" { SCM irr_getCursorControl (SCM wrapped_device); + SCM + irr_gui_getPosition (SCM wrapped_cursor_control); + SCM irr_gui_setPosition (SCM wrapped_cursor_control, SCM position);