added sprites.set_mousepointer_image(), sprites.set_mousepointer_hand() and sprites.get_data_ptr()

This commit is contained in:
Irmen de Jong
2024-01-14 00:00:15 +01:00
parent 968609d06d
commit 41de8caa13
3 changed files with 56 additions and 10 deletions

View File

@@ -624,7 +624,6 @@ That's why they control one sprite at a time. The exception is the ``pos_batch``
which is quite efficient to update sprite positions of multiple sprites in one go.
See the examples/cx16/sprites/dragon.p8 and dragons.p8 programs for ideas how to use it.
Read the `source code <https://github.com/irmen/prog8/tree/master/compiler/res/prog8lib/cx16/sprites.p8>`_
to see what's in there.