提交历史

作者 SHA1 备注 提交日期
  Charlie Birks babf010c60 emscripten: Pass canvas id to request_pointer_lock 6 年之前
  Daid fb3df3a18d emscripten: Fix the reported keys for the numpad. See https://github.com/emscripten-ports/SDL2/issues/94 6 年之前
  Sylvain Beucler 44716b0236 emscripten: Send SDL_APP_TERMINATING before unload (#88) 6 年之前
  Beuc 0380cbd792 emscripten: Typo 6 年之前
  Ryan C. Gordon 8641f6e99d emscripten: support KaiOS's Left Soft Key and Right Soft Key (thanks, pelya!). 6 年之前
  Sam Lantinga 2a91f682b5 Fixed bug 5012 - KaiOS keycodes support 6 年之前
  Sam Lantinga a8780c6a28 Updated copyright date for 2020 6 年之前
  Alex Szpakowski d5ec735a33 Add a windowID field to SDL_TouchFingerEvent (bug #4331). 6 年之前
  Ryan C. Gordon ba0fc92ded Patched to compile. 7 年之前
  Charlie Birks 6eb0521131 Emscripten: Use EMSCRIPTEN_EVENT_TARGET_* 7 年之前
  Charlie Birks 4e5b5cba12 Emscripten: Switch from canvas[XY] to target[XY] 7 年之前
  Charlie Birks 60c48ed787 Emscripten: Store canvas id in WindowData 7 年之前
  Sylvain Becker b45abbb2a7 Bug 4576: fix warning and compile 7 年之前
  Sylvain Becker b086edc915 Bug 4576: remove touch/mouse duplication for Emscripten 7 年之前
  Sebastian Krzyszkowiak 6311c7cf95 emscripten: force resize event when pixel ratio changes 7 年之前
  Charlie Birks 8dab9c956f Emscripten: Use set_canvas_element_size 7 年之前
  kichikuou ed66a430c9 Emscripten: Do not consume mouseup event outside of the canvas 7 年之前
  Sylvain Beucler 2838abb5b2 Emscripten: fix duplicate mousebuttonup/mousebuttondown events when touch events are disabled 7 年之前
  Charlie Birks 80d690a2a0 Emscripten: reset fullscreen_window when leaving fullscreen 7 年之前
  Sam Lantinga 5e13087b0f Updated copyright for 2019 7 年之前
  Alex Szpakowski 5029d50ea8 Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 7 年之前
  Sam Lantinga e3cc5b2c6b Updated copyright for 2018 8 年之前
  Sam Lantinga a4cfa93670 Fixed bug 2293 - Precise scrolling events 8 年之前
  Ryan C. Gordon 599d9ba198 emscripten: listen for pointerlockchange events on the #document specifically. 9 年之前
  Philipp Wiesemann 759319729c emscripten: Fixed compiling on C89 compilers. 9 年之前
  Charlie Birks 126e5a1dbf Emscripten: Prevent default on arrow keys 9 年之前
  Patrick Monaghan f839b209b9 Emscripten: fixed incorrect conversion of touch motion events to mouse motion events 9 年之前
  Philipp Wiesemann 29222db7f6 emscripten: Fixed not removing pointer lock event callback. 9 年之前
  Philipp Wiesemann cc5b4f450a emscripten: Changed internal functions to be static. 9 年之前
  Ryan C. Gordon 93a6191cdc emscripten: keep track of pointer lock losses and maybe regrab pointer later. 9 年之前