1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-03 10:29:58 +00:00
millfork/include/mouse.mfk

17 lines
261 B
Plaintext
Raw Normal View History

2017-12-06 23:23:30 +00:00
// Generic module for mouse support
// Resolutions up to 512x256 are supported
import x_coord
2017-12-06 23:23:30 +00:00
// Mouse X coordinate
x_coord mouse_x
2017-12-06 23:23:30 +00:00
// Mouse Y coordinate
byte mouse_y
// Left mouse button pressed
byte mouse_lbm
// Right mouse button pressed
byte mouse_rbm