vsync
receiver)))
+(define-method (get-cursor-control (device <irrlicht-device>))
+ (let ((getCursorControl (get-irrlicht-proc "getCursorControl" device)))
+ (make <cursor-control>
+ #:irr-pointer (getCursorControl device))))
+
(define-method (get-file-system (device <irrlicht-device>))
(let ((getFileSystem (get-irrlicht-proc "getFileSystem" device)))
(make <file-system>
((get-irrlicht-proc "setWindowCaption" device)
device text))
-(export create-device get-file-system get-gui-environment get-scene-manager get-video-driver run
- set-window-caption!)
+(export create-device get-cursor-control get-file-system get-gui-environment get-scene-manager
+ get-video-driver run set-window-caption!)