.github
CMakeModules
dist
externals
FidelityFX-FSR
SDL
.github
VisualC
VisualC-WinRT
Xcode
Xcode-iOS
acinclude
android-project
android-project-ant
build-scripts
cmake
debian
docs
include
src
test
emscripten
nacl
Makefile
background.js
common.js
index.html
manifest.json
shapes
CMakeLists.txt
COPYING
Makefile.in
Makefile.os2
README
acinclude.m4
autogen.sh
axis.bmp
button.bmp
checkkeys.c
checkkeysthreads.c
configure
configure.ac
controllermap.bmp
controllermap.c
controllermap_back.bmp
gcc-fat.sh
icon.bmp
loopwave.c
loopwavequeue.c
moose.dat
picture.xbm
relative_mode.markdown
sample.bmp
sample.wav
testatomic.c
testaudiocapture.c
testaudiohotplug.c
testaudioinfo.c
testautomation.c
testautomation_audio.c
testautomation_clipboard.c
testautomation_events.c
testautomation_hints.c
testautomation_keyboard.c
testautomation_main.c
testautomation_mouse.c
testautomation_pixels.c
testautomation_platform.c
testautomation_rect.c
testautomation_render.c
testautomation_rwops.c
testautomation_sdltest.c
testautomation_stdlib.c
testautomation_suites.h
testautomation_surface.c
testautomation_syswm.c
testautomation_timer.c
testautomation_video.c
testbounds.c
testcustomcursor.c
testdisplayinfo.c
testdraw2.c
testdrawchessboard.c
testdropfile.c
testerror.c
testevdev.c
testfile.c
testfilesystem.c
testgamecontroller.c
testgeometry.c
testgesture.c
testgl2.c
testgles.c
testgles2.c
testgles2_sdf.c
testgles2_sdf_img_normal.bmp
testgles2_sdf_img_sdf.bmp
testhaptic.c
testhittesting.c
testhotplug.c
testiconv.c
testime.c
testintersections.c
testjoystick.c
testkeys.c
testloadso.c
testlocale.c
testlock.c
testmessage.c
testmouse.c
testmultiaudio.c
testnative.c
testnative.h
testnativecocoa.m
testnativeos2.c
testnativew32.c
testnativex11.c
testoffscreen.c
testoverlay2.c
testplatform.c
testpower.c
testqsort.c
testrelative.c
testrendercopyex.c
testrendertarget.c
testresample.c
testrumble.c
testscale.c
testsem.c
testsensor.c
testshader.c
testshape.c
testsprite2.c
testspriteminimal.c
teststreaming.c
testsurround.c
testthread.c
testtimer.c
testurl.c
testver.c
testviewport.c
testvulkan.c
testwm2.c
testyuv.bmp
testyuv.c
testyuv_cvt.c
testyuv_cvt.h
torturethread.c
unifont-13.0.06-license.txt
unifont-13.0.06.hex
utf8.txt
visualtest
wayland-protocols
.gitignore
.hgignore
Android.mk
BUGS.txt
CMakeLists.txt
COPYING.txt
CREDITS.txt
INSTALL.txt
LICENSE.txt
Makefile.in
Makefile.minimal
Makefile.os2
Makefile.pandora
Makefile.psp
Makefile.wiz
README-SDL.txt
README.md
README.txt
SDL2.spec.in
SDL2Config.cmake
TODO.txt
VisualC.html
WhatsNew.txt
autogen.sh
cmake_uninstall.cmake.in
configure
configure.ac
sdl2-config-version.cmake.in
sdl2-config.cmake.in
sdl2-config.in
sdl2.m4
sdl2.pc.in
Vulkan-Headers
cmake-modules
cpp-httplib
cubeb
discord-rpc
dynarmic
ffmpeg
find-modules
getopt
glad
httplib
inih
libressl
libusb
libzip
mbedtls
microprofile
opus
sirit
soundtouch
xbyak
CMakeLists.txt
patches
src
CMakeLists.txt
LICENSE
README.md
license.txt
22 lines
755 B
HTML
22 lines
755 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<!--
|
||
|
Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||
|
Use of this source code is governed by a BSD-style license that can be
|
||
|
found in the LICENSE file.
|
||
|
-->
|
||
|
<head>
|
||
|
<meta http-equiv="Pragma" content="no-cache">
|
||
|
<meta http-equiv="Expires" content="-1">
|
||
|
<title>SDL NACL Test</title>
|
||
|
<script type="text/javascript" src="common.js"></script>
|
||
|
</head>
|
||
|
<body data-width="640" data-height="640" data-name="sdl_app" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}">
|
||
|
<h1>SDL NACL Test</h1>
|
||
|
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
||
|
<!-- The NaCl plugin will be embedded inside the element with id "listener".
|
||
|
See common.js.-->
|
||
|
<div id="listener"></div>
|
||
|
</body>
|
||
|
</html>
|