Alex Szpakowski
|
86708c3cd8
Enable more compiler warnings in the Xcode projects (based on Xcode 8's suggestion), made some integer downcasts explicit.
|
il y a 8 ans |
Sam Lantinga
|
00791f3a87
Only prevent the default browser event handling when the specific event types aren't disabled by the user, patch contributed by Jonas Platte
|
il y a 8 ans |
Charlie Birks
|
993dd83510
Add mapping for media keys
|
il y a 8 ans |
Alon Zakai
|
1b6565fcb7
use Module.createContext for 2D rendering in emscripten
|
il y a 8 ans |
Alon Zakai
|
bec5573476
add some detail to fullscreen workaround comment; version 6
|
il y a 8 ans |
Charlie Birks
|
405d64b207
only unset fullscreen flags if fullscreen failed
|
il y a 8 ans |
Charlie Birks
|
c68cac89df
use screen resolution instead of canvas size
|
il y a 8 ans |
Boris Gjenero
|
791b946a42
Fix full screen mode in Firefox, which was broken by 9d4beb2
|
il y a 8 ans |
Boris Gjenero
|
b71208d452
Support SDL_SetWindowTitle() via Module['setWindowTitle']()
|
il y a 8 ans |
Jukka Jyl?nki
|
7cf44f1b4a
Remove unused variable warning from Emscripten build in Emscripten_HandleFullscreenChange().
|
il y a 8 ans |
Jukka Jyl?nki
|
264e996e0f
Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags required by Emscripten toolchain.
|
il y a 8 ans |
Boris Gjenero
|
b54eb82c67
Unpress all keys on blur to avoid stuck keys
|
il y a 8 ans |
Boris Gjenero
|
a0a75f384f
Listen for blur and focus events on window instead of canvas
|
il y a 8 ans |
Boris Gjenero
|
3e5c4cec94
Mouse events use CSS coordinates, so don't scale by pixel_ratio
|
il y a 8 ans |
Boris Gjenero
|
a20c40c494
Accumulate subpixel mouse motion so motion is not lost.
|
il y a 8 ans |
TelpeNight
|
443998ff33
Fix of mouse events in browser without pointer locks
|
il y a 8 ans |
Alon Zakai
|
2b367cb6b0
optimize Emscripten_UpdateWindowFramebuffer
|
il y a 8 ans |
Alon Zakai
|
63200ea395
optimize a getValue
|
il y a 8 ans |
Charlie Birks
|
42feccea37
Include timers when using cmake (#29)
|
il y a 8 ans |
Charlie Birks
|
98ec844388
send mouse move on enter/leave
|
il y a 8 ans |
Charlie Birks
|
a2ef0db8a8
listen for mouse up on document (fixes mouseup outside canvas)
|
il y a 8 ans |
Charlie Birks
|
cd05184f9b
use SDL_SetMouseFocus
|
il y a 8 ans |
Sam Lantinga
|
bdca510fd6
simplify fullscreen handling using new fullscreen_strategy api, patch contributed by Charlie Birks
|
il y a 8 ans |
Charlie Birks
|
be08cc61f9
use css size for touch normalisation
|
il y a 8 ans |
Sam Lantinga
|
1096f32309
Reverted previous commit which breaks game controller input processing.
|
il y a 8 ans |
Sam Lantinga
|
61c0f2cf64
Suggestion from Apple: use kCFRunLoopCommonModes which does more complete event processing
|
il y a 8 ans |
Ryan C. Gordon
|
da1e3d6938
emscripten: special case to make SDL_ShowSimpleMessageBox() work.
|
il y a 8 ans |
Ryan C. Gordon
|
45553ac4db
emscripten-buildbot.sh: exit with an error if configure/make fail.
|
il y a 8 ans |
Ryan C. Gordon
|
6188c33420
mac: Patched to compile with CMake project.
|
il y a 8 ans |
Ryan C. Gordon
|
0265d3af9b
coreaudio: Move from AudioUnits to AudioQueues.
|
il y a 8 ans |