提交歷史

作者 SHA1 備註 提交日期
  Sam Lantinga 2b5b8fdbd5 Updated copyright for 2025 1 年之前
  Sam Lantinga 0fc3574464 Updated copyright for 2024 2 年之前
  Sylvain Becker f3419d8c04 Re-add SDL_assert() with non boolean ptr syntax (#8531) 2 年之前
  Sylvain Becker a14b948b6c [SDL2] pointer boolean (#8523) 2 年之前
  Sam Lantinga 38c63afd64 Fixed duplicate key press/release events on iOS 2 年之前
  Sam Lantinga 3f1fd5abff Updated source to match SDL function prototype style 2 年之前
  Sam Lantinga a2f4783e75 Don't map the top keyboard row to numbers when using the one-handed DVORAK layouts (thanks @tormol!) 2 年之前
  Sylvain 17515f4aef Backport simplify flags PR #7220 3 年之前
  Sam Lantinga 0479df53ca Updated copyright for 2023 3 年之前
  Pierre Wendling d0bbfdbfb8 Clang-Tidy fixes (#6725) 3 年之前
  Sam Lantinga b8d85c6939 Update for SDL3 coding style (#6717) 3 年之前
  Sylvain Becker fb0ce375f0 Cleanup add brace (#6545) 3 年之前
  Frank Praznik d1858eb124 events: Add a helper function to get the default keycode for a scancode 3 年之前
  pionere b886f4c6c9 events: eliminate redundant code in SDL_SendEditingText 3 年之前
  Ryan C. Gordon b9e1d1b4de events: Rename SDL_SendKeyboardKeyComplete to SDL_SendKeyboardKeyAndKeycode.+ 3 年之前
  Ryan C. Gordon 9221548114 emscripten: Make an attempt at correct keyboard scancode/keycodes. 3 年之前
  GNQG 965ba1e097 fix SDL_SendEditingText when long composition text is enabled and strlen(text) == SDL_TEXTEDITINGEVENT_TEXT_SIZE 3 年之前
  Sam Lantinga 99f2a50394 X11 scancode mapping cleanup 3 年之前
  Sam Lantinga 0cd5b08bfe Fixed infinite loop when SDL_SendKeyboardText() is passed invalid UTF-8 text 3 年之前
  Cameron Gutman 9515fb2501 keyboard: Use SDL_SetKeymap() to set the default keymap 3 年之前
  Cameron Gutman 8b438f7b51 keyboard: Only send SDL_KEYMAPCHANGED when the keymap actually changes 3 年之前
  Sam Lantinga 0ad65277ce Refactored code to send scancodes for an ASCII on-screen keyboard key 3 年之前
  Cameron Cawley 2f924020e8 Add SDL_SCANCODE_CALL and SDL_SCANCODE_ENDCALL 3 年之前
  Cameron Cawley 2bc373622b Add SDL_SCANCODE_SOFTLEFT and SDL_SCANCODE_SOFTRIGHT 3 年之前
  Sam Lantinga 86acb1a347 Handle interaction between auto capture and the SDL_CaptureMouse() API 4 年之前
  Zach Reedy d14a126383 IME Composition Truncation + SDL_IsTextInputShown + SDL_ClearComposition (#5398) 4 年之前
  Sam Lantinga 2e801b1ae7 Split long text input into multiple events if needed (thanks @zreedy!) 4 年之前
  Sam Lantinga 120c76c84b Updated copyright for 2022 4 年之前
  Sam Lantinga cb1e20b058 Added KMOD_SCROLL to track the scroll lock state 4 年之前
  Ozkan Sezer d28437de3c SDL_keyboard.c: Add bounds guards when assigning to the scancode array. 4 年之前