tabris17
tabris17
如果没记错的话,IE6是会执行这段js的
target is windows native The cause of this issue is that the SDL version is too old. [openfl/libsdl/blob/master/src/video/windows/SDL_windowskeyboard.c](https://github.com/openfl/libsdl/blob/fa51fcb56b152ba6419b6decfef5dad48b075ac2/src/video/windows/SDL_windowskeyboard.c#L373) ``` videodata->ime_uiless = UILess_SetupSinks(videodata); ``` This line of code causes the IME...
Has the project been deprecated?
**My environment:** Windows 7 SP1 Nim Compiler Version 1.4.2 [Windows: i386] gcc version 8.1.0 (i686-posix-dwarf-rev0, Built by MinGW-W64 project) **Link error:** `...\nimbledeps\pkgs\ui-0.9.4\res\resources.o: file not recognized: File format not recognized` So...
**Bug Reproduction Steps:** 1. run "notepad.exe" (or other applications) 2. apply the following code to the Notepad window: ```c SetWindowPos(hwndNotepad, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);...