Skip to content

Instantly share code, notes, and snippets.

View V-FEXrt's full-sized avatar

Ashley Coleman V-FEXrt

View GitHub Profile
@V-FEXrt
V-FEXrt / controller.py
Created May 4, 2023 01:13
Basic Input Redirection Control
import socket
import struct
import time
import queue
addr = ("<an ip address>", 4950)
hid = 0x00000fff
touch = 0x02000000
circle = 0x007ff7ff
import UIKit
import ImageRow
import Eureka
class CustomImagePickerController: ImagePickerController {
override var preferredStatusBarStyle: UIStatusBarStyle {
return .default // For dark status bar
//return .lightContent // For light status bar
}
}