This commit is contained in:
richard 2022-02-02 20:28:08 +00:00
parent 218d9a18f7
commit 82d310ea76
12 changed files with 20 additions and 134 deletions

View file

@ -3,7 +3,7 @@
raylib [core] example - Input Gestures Detection
"""
from raylib.pyray import PyRay
import pyray
from raylib.colors import (
RAYWHITE,
LIGHTGRAY,
@ -13,7 +13,6 @@ from raylib.colors import (
)
pyray = PyRay()
# Initialization
MAX_GESTURE_STRINGS = 20