Home
last modified time | relevance | path

Searched refs:relative (Results 1 – 25 of 54) sorted by relevance

123

/AliOS-Things-master/components/SDL2/test/
A Drelative_mode.markdown8 - When in relative mode, the mouse shouldn't be moveable outside of the window.
9 - When the cursor is outside the window when relative mode is enabled, mouse
11 - When alt/cmd-tabbing between a relative mode app and another app, clicks when
12 in the relative mode app should also not go to whatever app was under the
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidmouse.c223 Android_OnMouse(SDL_Window *window, int state, int action, float x, float y, SDL_bool relative) in Android_OnMouse() argument
237 SDL_SendMouseMotion(window, 0, relative, (int)x, (int)y); in Android_OnMouse()
245 SDL_SendMouseMotion(window, 0, relative, (int)x, (int)y); in Android_OnMouse()
251 SDL_SendMouseMotion(window, 0, relative, (int)x, (int)y); in Android_OnMouse()
A DSDL_androidmouse.h28 …d Android_OnMouse(SDL_Window *window, int button, int action, float x, float y, SDL_bool relative);
/AliOS-Things-master/hardware/chip/haas1000/release/write_flash_tool/
A Dbes_dld_cfg.yaml14 # Programmer file path,relative path or absolute path
17 # dldtoos.exe file path,relative path or absolute path
A Dbes_dld_cfg_factory_nosec.yaml14 # Programmer file path,relative path or absolute path
17 # dldtoos.exe file path,relative path or absolute path
A Dbes_dld_cfg_factory_sec.yaml14 # Programmer file path,relative path or absolute path
17 # dldtoos.exe file path,relative path or absolute path
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_mouse.c45 SDL_PrivateSendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relative, int x, int y);
293 SDL_SendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relative, int x, int y) argument
295 if (window && !relative) {
302 return SDL_PrivateSendMouseMotion(window, mouseID, relative, x, y);
321 SDL_PrivateSendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relative, int x, int y) argument
330 if (mouseID != SDL_TOUCH_MOUSEID && !relative && track_mouse_down) {
359 if (relative) {
453 if (relative) {
A DSDL_mouse_c.h126 extern int SDL_SendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relative, int x, int y…
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/netCfg/
A DnetCfg.acss15 position: relative;
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dreadme.txt7 targetdir: relative or absolute path to files to convert
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_events.c43 #define SDL_SendMouseMotion_ex(w, id, relative, x, y, p) SDL_SendMouseMotion(w, id, relative, x, y,… argument
48 #define SDL_SendMouseMotion_ex(w, id, relative, x, y, p) SDL_SendMouseMotion(w, id, relative, x, y) argument
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamouse.m264 /* We will re-apply the relative mode when the window gets focus, if it
272 /* We will re-apply the relative mode when the window finishes being moved,
392 /* Non-relative movement is handled in -[Cocoa_WindowListener mouseMoved:] */
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
165 # part of the path. The tag can be used to show relative paths in the file list.
169 # Note that you can specify absolute paths here, but also relative paths, which
170 # will be relative from the directory where doxygen is started.
1045 # Note that relative paths are relative to the directory from which doxygen is
1608 # the file name of the resulting .qch file. The path specified is relative to
2096 # it will be relative to the LATEX_OUTPUT directory. If left blank the
2257 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
[all …]
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
147 # part of the path. The tag can be used to show relative paths in the file list.
151 # Note that you can specify absolute paths here, but also relative paths, which
152 # will be relative from the directory where doxygen is started.
786 # Note that relative paths are relative to the directory from which doxygen is
1265 # the file name of the resulting .qch file. The path specified is relative to
1539 # to a relative location where the documentation can be found. The format is:
1833 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
[all …]
A Dweb_doxyfile.in56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
147 # part of the path. The tag can be used to show relative paths in the file list.
151 # Note that you can specify absolute paths here, but also relative paths, which
152 # will be relative from the directory where doxygen is started.
786 # Note that relative paths are relative to the directory from which doxygen is
1265 # the file name of the resulting .qch file. The path specified is relative to
1539 # to a relative location where the documentation can be found. The format is:
1821 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
52 # If a relative path is entered, it will be relative to the location
137 # the path. The tag can be used to show relative paths in the file list.
734 # Note that relative paths are relative to the directory from which doxygen is
908 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1091 # The path specified is relative to the HTML output folder.
1266 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1366 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1407 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1436 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
[all …]
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
38 # If a relative path is entered, it will be relative to the location
123 # the path. The tag can be used to show relative paths in the file list.
807 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
932 # The path specified is relative to the HTML output folder.
1024 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1108 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1149 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1178 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1327 # where "loc1" and "loc2" can be relative or absolute paths or
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
38 # If a relative path is entered, it will be relative to the location
113 # the path. The tag can be used to show relative paths in the file list.
780 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
947 # The path specified is relative to the HTML output folder.
1091 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1178 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1219 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1248 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1398 # where "loc1" and "loc2" can be relative or absolute paths or
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
157 # part of the path. The tag can be used to show relative paths in the file list.
161 # Note that you can specify absolute paths here, but also relative paths, which
162 # will be relative from the directory where doxygen is started.
834 # Note that relative paths are relative to the directory from which doxygen is
1343 # the file name of the resulting .qch file. The path specified is relative to
1617 # to a relative location where the documentation can be found. The format is:
1940 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2018-7456.patch138 + // sampleinfo should contain information relative to these new extra samples
A Daclocal.m473 # therefore $ac_aux_dir as well) can be either absolute or relative,
77 # relative path needs to be adjusted first.
80 # fails when called from a subdirectory if $ac_aux_dir is relative
84 # a relative $ac_aux_dir
193 # using a relative directory.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Daclocal.m493 # therefore $ac_aux_dir as well) can be either absolute or relative,
97 # relative path needs to be adjusted first.
100 # fails when called from a subdirectory if $ac_aux_dir is relative
104 # a relative $ac_aux_dir
213 # using a relative directory.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Daclocal.m4133 # therefore $ac_aux_dir as well) can be either absolute or relative,
137 # relative path needs to be adjusted first.
140 # fails when called from a subdirectory if $ac_aux_dir is relative
144 # a relative $ac_aux_dir
253 # using a relative directory.
/AliOS-Things-master/components/SDL2/src/image/
A Daclocal.m4173 # therefore $ac_aux_dir as well) can be either absolute or relative,
177 # relative path needs to be adjusted first.
180 # fails when called from a subdirectory if $ac_aux_dir is relative
184 # a relative $ac_aux_dir
293 # using a relative directory.
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitviewcontroller.m468 * order to orient it correctly relative to the frame's coordinate space. */

Completed in 37 milliseconds

123