1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-19 10:42:10 +00:00
Files
millfork/include/null_mouse_default.mfk
T
2018-12-17 17:18:29 +01:00

11 lines
136 B
Plaintext

// set no mouse as the default
import mouse
void read_mouse() {
mouse_x = 0
mouse_y = 0
mouse_lbm = 0
mouse_rbm = 0
}