mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-04 09:04:33 +00:00
9 lines
151 B
Plaintext
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
|