Touchscreen/Steuerung

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Du musst mit touchdevice arbeiten (0-4 für mehrere Cursor)

    GML-Quellcode

    1. if device_mouse_check_button(0, mb_left) {
    2. var mb_x = device_mouse_x(0);
    3. var mb_y = device_mouse_y(0);
    4. }

    Hoffe das hilft
    132 little bugs in the code. 132 little bugs. Fix a few, set the compiler to stew, 172 little bugs in the code... :vogel: