This commit is contained in:
0m.ax 2025-07-20 16:20:53 +02:00
parent 6c27b1ec7b
commit 552550676b

View file

@ -6,7 +6,7 @@ import sys
import libevdev
#from libevdev import ecodes
MULTICAST_TTL = 4
def send(socket,x,y):
def send(sock,x,y):
packet = struct.pack('<HH', x,y)