adding comments
This commit is contained in:
parent
3a7507bab9
commit
1aa0748cda
|
@ -21,6 +21,13 @@
|
||||||
|
|
||||||
|
|
||||||
;; The new event handler type for geolocation:
|
;; The new event handler type for geolocation:
|
||||||
|
;;
|
||||||
|
;; Use it as any other world handler:
|
||||||
|
;;
|
||||||
|
;; (big-bang ...
|
||||||
|
;; [on-geo (lambda (world view lat lng)
|
||||||
|
;; ...)]
|
||||||
|
;;
|
||||||
|
;; ...)
|
||||||
(define on-geo (make-world-event-handler setup-geo shutdown-geo))
|
(define on-geo (make-world-event-handler setup-geo shutdown-geo))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user