1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-29 11:29:13 +00:00
millfork/include/null_mouse_default.mfk

11 lines
136 B
Plaintext
Raw Normal View History

2018-12-17 16:18:29 +00:00
// set no mouse as the default
import mouse
void read_mouse() {
mouse_x = 0
mouse_y = 0
mouse_lbm = 0
mouse_rbm = 0
}