code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/psp/SDL_pspmouse_c.h
C
apache-2.0
998
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/psp/SDL_pspvideo.c
C
apache-2.0
8,390
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/psp/SDL_pspvideo.h
C
apache-2.0
3,685
/* Simple DirectMedia Layer Copyright (C) 2017 BlackBerry Limited This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any pur...
YifuLiu/AliOS-Things
components/SDL2/src/video/qnx/gl.c
C
apache-2.0
7,361
/* Simple DirectMedia Layer Copyright (C) 2017 BlackBerry Limited This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any pur...
YifuLiu/AliOS-Things
components/SDL2/src/video/qnx/keyboard.c
C
apache-2.0
4,498
/* Simple DirectMedia Layer Copyright (C) 2017 BlackBerry Limited This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any pur...
YifuLiu/AliOS-Things
components/SDL2/src/video/qnx/sdl_qnx.h
C
apache-2.0
1,721
/* Simple DirectMedia Layer Copyright (C) 2017 BlackBerry Limited This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any pur...
YifuLiu/AliOS-Things
components/SDL2/src/video/qnx/video.c
C
apache-2.0
9,554
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/raspberry/SDL_rpievents.c
C
apache-2.0
1,374
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/raspberry/SDL_rpievents_c.h
C
apache-2.0
1,137
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/raspberry/SDL_rpimouse.c
C
apache-2.0
12,135
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/raspberry/SDL_rpimouse.h
C
apache-2.0
1,516
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/raspberry/SDL_rpiopengles.c
C
apache-2.0
2,312
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/raspberry/SDL_rpiopengles.h
C
apache-2.0
1,973
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/raspberry/SDL_rpivideo.c
C
apache-2.0
13,433
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/raspberry/SDL_rpivideo.h
C
apache-2.0
3,779
#!/usr/bin/perl -w # # A script to generate optimized C blitters for Simple DirectMedia Layer # http://www.libsdl.org/ use warnings; use strict; my %file; # The formats potentially supported by this script: # SDL_PIXELFORMAT_RGB332 # SDL_PIXELFORMAT_RGB444 # SDL_PIXELFORMAT_RGB555 # SDL_PIXELFORMAT_ARGB4444 # SDL_PI...
YifuLiu/AliOS-Things
components/SDL2/src/video/sdlgenblit.pl
Perl
apache-2.0
17,629
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitappdelegate.h
Objective-C
apache-2.0
1,690
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitappdelegate.m
Objective-C
apache-2.0
17,701
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitclipboard.h
C
apache-2.0
1,334
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitclipboard.m
Objective-C
apache-2.0
3,055
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitevents.h
C
apache-2.0
1,130
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitevents.m
Objective-C
apache-2.0
2,380
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitmessagebox.h
C
apache-2.0
1,211
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitmessagebox.m
Objective-C
apache-2.0
6,758
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this soft...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitmetalview.h
Objective-C
apache-2.0
1,947
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this soft...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitmetalview.m
Objective-C
apache-2.0
4,327
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitmodes.h
Objective-C
apache-2.0
1,914
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitmodes.m
Objective-C
apache-2.0
16,678
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitopengles.h
C
apache-2.0
1,805
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitopengles.m
Objective-C
apache-2.0
8,931
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitopenglview.h
Objective-C
apache-2.0
2,272
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitopenglview.m
Objective-C
apache-2.0
13,042
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitvideo.h
Objective-C
apache-2.0
1,461
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitvideo.m
Objective-C
apache-2.0
10,054
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitview.h
Objective-C
apache-2.0
1,976
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitview.m
Objective-C
apache-2.0
16,892
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitviewcontroller.h
Objective-C
apache-2.0
2,820
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitviewcontroller.m
Objective-C
apache-2.0
18,212
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitvulkan.h
C
apache-2.0
1,944
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitvulkan.m
Objective-C
apache-2.0
8,591
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitwindow.h
Objective-C
apache-2.0
2,233
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/SDL_uikitwindow.m
Objective-C
apache-2.0
17,144
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/uikit/keyinfotable.h
C
apache-2.0
7,909
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/vivante/SDL_vivanteopengles.c
C
apache-2.0
1,560
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/vivante/SDL_vivanteopengles.h
C
apache-2.0
1,948
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/vivante/SDL_vivanteplatform.c
C
apache-2.0
1,377
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/vivante/SDL_vivanteplatform.h
C
apache-2.0
1,539
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/vivante/SDL_vivantevideo.c
C
apache-2.0
11,722
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/vivante/SDL_vivantevideo.h
C
apache-2.0
3,639
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/vivante/SDL_vivantevulkan.c
C
apache-2.0
5,667
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/vivante/SDL_vivantevulkan.h
C
apache-2.0
1,904
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandclipboard.c
C
apache-2.0
4,055
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandclipboard.h
C
apache-2.0
1,268
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylanddatamanager.c
C
apache-2.0
13,390
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylanddatamanager.h
C
apache-2.0
4,017
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylanddyn.c
C
apache-2.0
5,395
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylanddyn.h
C
apache-2.0
4,056
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandevents.c
C
apache-2.0
41,070
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandevents_c.h
C
apache-2.0
2,150
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandmouse.c
C
apache-2.0
10,962
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandmouse.h
C
apache-2.0
1,138
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandopengles.c
C
apache-2.0
3,501
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandopengles.h
C
apache-2.0
2,008
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandsym.h
C
apache-2.0
6,716
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandtouch.c
C
apache-2.0
7,849
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandtouch.h
C
apache-2.0
11,227
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandvideo.c
C
apache-2.0
16,901
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandvideo.h
C
apache-2.0
2,993
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandvulkan.c
C
apache-2.0
6,759
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandvulkan.h
C
apache-2.0
1,961
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandwindow.c
C
apache-2.0
33,730
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/wayland/SDL_waylandwindow.h
C
apache-2.0
3,638
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_msctf.h
C
apache-2.0
11,531
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_vkeys.h
C
apache-2.0
2,179
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsclipboard.c
C
apache-2.0
4,375
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsclipboard.h
C
apache-2.0
1,372
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsevents.c
C
apache-2.0
49,894
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsevents.h
C
apache-2.0
1,354
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsframebuffer.c
C
apache-2.0
4,215
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsframebuffer.h
C
apache-2.0
1,297
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowskeyboard.c
C
apache-2.0
53,027
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowskeyboard.h
C
apache-2.0
1,512
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsmessagebox.c
C
apache-2.0
29,373
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsmessagebox.h
C
apache-2.0
1,165
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsmodes.c
C
apache-2.0
12,482
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsmodes.h
C
apache-2.0
1,763
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsmouse.c
C
apache-2.0
8,781
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsmouse.h
C
apache-2.0
1,195
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsopengl.c
C
apache-2.0
29,870
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsopengl.h
C
apache-2.0
6,061
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsopengles.c
C
apache-2.0
4,445
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsopengles.h
C
apache-2.0
1,914
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsshape.c
C
apache-2.0
3,871
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsshape.h
C
apache-2.0
1,473
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowstaskdialog.h
C
apache-2.0
7,169
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsvideo.c
C
apache-2.0
14,709
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsvideo.h
C
apache-2.0
5,457
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsvulkan.c
C
apache-2.0
6,329
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowsvulkan.h
C
apache-2.0
1,865
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
YifuLiu/AliOS-Things
components/SDL2/src/video/windows/SDL_windowswindow.c
C
apache-2.0
32,344