1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00
millfork/include/null_mouse_default.mfk
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
}