GSEventRef event0, event1(NULL);
if ($GSEventCreateKeyEvent != NULL) {
string = CFStringCreateWithCharacters(kCFAllocatorDefault, &unicode, 1);
- event0 = (*$GSEventCreateKeyEvent)(10, point, string, string, nil, unicode, 0, 1);
- event1 = (*$GSEventCreateKeyEvent)(11, point, string, string, nil, unicode, 0, 1);
+ event0 = (*$GSEventCreateKeyEvent)(10, point, string, string, nil, 0, 0, 1);
+ event1 = (*$GSEventCreateKeyEvent)(11, point, string, string, nil, 0, 0, 1);
} else if ($GSCreateSyntheticKeyEvent != NULL) {
event0 = (*$GSCreateSyntheticKeyEvent)(unicode, YES, YES);
GSEventRecord *record(_GSEventGetGSEventRecord(event0));
Section: Networking
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 0.9.3167-1
+Version: 0.9.3189-1
Description: a VNC /server/ for the iPhone
Name: Veency
Depends: mobilesubstrate (>= 0.9.2966-1), libvncserver, com.saurik.iphone.ske, preferenceloader, jp.ashikase.mousesupport | firmware (<< 3.0)