Conversation
❌ Deploy Preview for splashkit failed.
|
kottochii
left a comment
There was a problem hiding this comment.
Peer review
The examples are shown on the respective page as required when testing on the local machine.
Issues
I requested changes due to a syntax error in the Python example. Please refer to the comment attached.
Examples to test
-
public/usage-examples/input/mouse_position-1-example.py
| fill_circle(color_blue(), mouse_point.x, mouse_point.y, 8) | ||
| draw_circle(color_black(), mouse_point.x, mouse_point.y, 8) | ||
|
|
||
| refresh_screen(60) |
There was a problem hiding this comment.
refresh_screen does not take arguments; the method taking frequency as an argument is refresh_screen_with_target_fps
|
Hi @kottochii, thanks for pointing that out. I’ve updated the Python example and pushed the fix. |
kottochii
left a comment
There was a problem hiding this comment.
Peer review
All examples are working and all files show as required at the testing website. I approve this request.
Second Peer ReviewI've reviewed the Checks
Code Tests done
Website Tests done
Review SummaryThe example is clear, beginner-friendly, and demonstrates the Approved. |
Description
Splashkit Function:
mouse_positionOverview of example functionality: This example opens a graphical window and displays the current mouse position in real time. It demonstrates how
mouse_positioncan be used to track the mouse cursor by showing the X and Y coordinates on screen and drawing a small circle that follows the mouse inside the window.Example Output:

Files Included
Usage Example Checks (READ CAREFULLY)