1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-05 09:28:54 +00:00
millfork/include/mouse.mfk
2017-12-07 00:23:30 +01:00

9 lines
151 B
Plaintext

// Generic module for mouse support
// Resolutions up to 512x256 are supported
// Mouse X coordinate
word mouse_x
// Mouse Y coordinate
byte mouse_y