Searched refs:event (Results 1 - 25 of 1484) sorted by relevance

1234567891011>>

/prebuilts/misc/windows/sdl2/test/
H A Dtestwm2.c5 warranty. In no event will the authors be held liable for any damages
47 SDL_Event event; local
83 while (SDL_PollEvent(&event)) {
84 SDLTest_CommonEvent(state, &event, &done);
86 if (event.type == SDL_WINDOWEVENT) {
87 if (event.window.event == SDL_WINDOWEVENT_RESIZED) {
88 SDL_Window *window = SDL_GetWindowFromID(event.window.windowID);
91 event.window.windowID,
92 event
[all...]
H A Dtestmessage.c5 warranty. In no event will the authors be held liable for any damages
67 SDL_UserEvent event; local
68 event.type = (intptr_t)eventNumber;
69 SDL_PushEvent((SDL_Event*)&event);
78 SDL_UserEvent event; local
79 event.type = (intptr_t)eventNumber;
80 SDL_PushEvent((SDL_Event*)&event);
146 SDL_Event event; local
150 while (SDL_WaitEvent(&event))
152 if (event
164 SDL_Event event; local
[all...]
H A Dtestautomation_events.c23 /* Userdata values for event */
28 int _events_sampleNullEventFilter(void *userdata, SDL_Event *event) argument
55 /* Create user event */
61 /* Push a user event onto the queue and force queue update */
67 /* Poll for user event */
77 * @brief Adds and deletes an event watch function with NULL userdata
86 SDL_Event event; local
88 /* Create user event */
89 event.type = SDL_USEREVENT;
90 event
136 SDL_Event event; local
[all...]
H A Dtesthotplug.c5 warranty. In no event will the authors be held liable for any damages
50 /* Initialize SDL (Note: video is required to start event loop) */
64 SDL_Event event; local
65 while(SDL_PollEvent(&event))
67 switch(event.type)
79 joystick = SDL_JoystickOpen(event.jdevice.which);
81 SDL_Log("Joy Added : %d : %s\n", event.jdevice.which, SDL_JoystickName(joystick));
108 if (instance == event.jdevice.which)
110 SDL_Log("Joy Removed: %d\n", event.jdevice.which);
124 // SDL_Log("Axis Move: %d\n", event
[all...]
H A Dtestgesture.c5 warranty. In no event will the authors be held liable for any damages
162 const SDL_Event *event = &events[i&(EVENT_BUF_SIZE-1)]; local
167 if(event->type == SDL_FINGERMOTION ||
168 event->type == SDL_FINGERDOWN ||
169 event->type == SDL_FINGERUP) {
170 x = event->tfinger.x;
171 y = event->tfinger.y;
174 c = colors[event->tfinger.fingerId%7];
177 if(event->type == SDL_FINGERMOTION)
179 else if(event
206 SDL_Event event; local
[all...]
H A Dtestjoystick.c5 warranty. In no event will the authors be held liable for any damages
47 SDL_Event event; local
85 while (SDL_PollEvent(&event)) {
86 switch (event.type) {
89 event.jaxis.which,
90 event.jaxis.axis, event.jaxis.value);
94 event.jhat.which, event.jhat.hat);
95 if (event
253 SDL_Event event; local
[all...]
H A Dtestrelative.c5 warranty. In no event will the authors be held liable for any damages
36 SDL_Event event; local
74 while (SDL_PollEvent(&event)) {
75 SDLTest_CommonEvent(state, &event, &done);
76 switch(event.type) {
79 rect.x += event.motion.xrel;
80 rect.y += event.motion.yrel;
H A Dcontrollermap.c5 warranty. In no event will the authors be held liable for any damages
108 SDL_Event event; local
233 if (SDL_PollEvent(&event)) {
234 switch (event.type) {
236 if (event.jaxis.value > 20000 || event.jaxis.value < -20000) {
238 if (steps[_s].axis == event.jaxis.axis) {
243 step->axis = event.jaxis.axis;
245 SDL_snprintf(temp, SDL_arraysize(temp), ":a%u,", event.jaxis.axis);
255 if (steps[_s].hat == event
383 SDL_Event event; local
[all...]
H A Dtestdropfile.c5 warranty. In no event will the authors be held liable for any damages
32 SDL_Event event; local
77 while (SDL_PollEvent(&event)) {
78 SDLTest_CommonEvent(state, &event, &done);
80 if (event.type == SDL_DROPFILE) {
81 char *dropped_filedir = event.drop.file;
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-monitor/2.0.9/
H A Dmaven-monitor-2.0.9.jar ... apache/maven/ org/apache/maven/monitor/ org/apache/maven/monitor/event/ META-INF/LICENSE META-INF/NOTICE org/apache ...
/prebuilts/tools/common/m2/repository/de/greenrobot/eventbus/2.4.0/
H A Deventbus-2.4.0.jar ... -INF/MANIFEST.MF de/ de/greenrobot/ de/greenrobot/event/ de/greenrobot/event/AsyncPoster.class AsyncPoster.java package
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
H A Dist.h25 __u32 event; member in struct:ist_info
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
H A Dist.h25 __u32 event; member in struct:ist_info
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DTkdnd.py10 To enable an object to be dragged, you must create an event binding
13 should call Tkdnd.dnd_start(source, event), where 'source' is the
14 object to be dragged, and 'event' is the event that invoked the call
35 function is called as dnd_accept(source, event), where 'source' is the
37 'event' is the most recent event object (generally a <Motion> event;
50 source object, and 'event' is the most recent event objec
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DTkdnd.py10 To enable an object to be dragged, you must create an event binding
13 should call Tkdnd.dnd_start(source, event), where 'source' is the
14 object to be dragged, and 'event' is the event that invoked the call
35 function is called as dnd_accept(source, event), where 'source' is the
37 'event' is the most recent event object (generally a <Motion> event;
50 source object, and 'event' is the most recent event objec
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkdnd.py10 To enable an object to be dragged, you must create an event binding
13 should call Tkdnd.dnd_start(source, event), where 'source' is the
14 object to be dragged, and 'event' is the event that invoked the call
35 function is called as dnd_accept(source, event), where 'source' is the
37 'event' is the most recent event object (generally a <Motion> event;
50 source object, and 'event' is the most recent event objec
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkdnd.py10 To enable an object to be dragged, you must create an event binding
13 should call Tkdnd.dnd_start(source, event), where 'source' is the
14 object to be dragged, and 'event' is the event that invoked the call
35 function is called as dnd_accept(source, event), where 'source' is the
37 'event' is the most recent event object (generally a <Motion> event;
50 source object, and 'event' is the most recent event objec
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsched.py1 """A generally useful event scheduler class.
19 event means calling the action function, passing it the argument
47 """Enter a new event in the queue at an absolute time.
49 Returns an ID for the event which can be used to remove it,
53 event = Event(time, priority, action, argument)
54 heapq.heappush(self._queue, event)
55 return event # The ID
66 def cancel(self, event):
67 """Remove an event from the queue.
70 If the event i
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsched.py1 """A generally useful event scheduler class.
19 event means calling the action function, passing it the argument
47 """Enter a new event in the queue at an absolute time.
49 Returns an ID for the event which can be used to remove it,
53 event = Event(time, priority, action, argument)
54 heapq.heappush(self._queue, event)
55 return event # The ID
66 def cancel(self, event):
67 """Remove an event from the queue.
70 If the event i
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsched.py1 """A generally useful event scheduler class.
19 event means calling the action function, passing it the argument
47 """Enter a new event in the queue at an absolute time.
49 Returns an ID for the event which can be used to remove it,
53 event = Event(time, priority, action, argument)
54 heapq.heappush(self._queue, event)
55 return event # The ID
66 def cancel(self, event):
67 """Remove an event from the queue.
70 If the event i
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsched.py1 """A generally useful event scheduler class.
19 event means calling the action function, passing it the argument
47 """Enter a new event in the queue at an absolute time.
49 Returns an ID for the event which can be used to remove it,
53 event = Event(time, priority, action, argument)
54 heapq.heappush(self._queue, event)
55 return event # The ID
66 def cancel(self, event):
67 """Remove an event from the queue.
70 If the event i
[all...]
/prebuilts/tools/common/m2/repository/com/apple/AppleJavaExtensions/1.4/
H A DAppleJavaExtensions-1.4.jar ... .event.GesturePhaseListener com.apple.eawt.event.MagnificationListener com.apple.eawt.event.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
H A DXI2.h35 /* Property event flags */
94 /* XIAllowEvents event-modes */
154 /* Device event flags (common) */
155 /* Device event flags (key events only) */
157 /* Device event flags (pointer events only) */
159 /* Device event flags (touch events only) */
167 /* XI2 event mask macros */
168 #define XISetMask(ptr, event) (((unsigned char*)(ptr))[(event)>>3] |= (1 << ((event)
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A DFrameWork.py46 # Map event 'what' field to strings
156 def do_about(self, id, item, window, event):
159 # The main event loop is broken up in several simple steps.
162 # event type.
166 schedparams = (0, 0) # By default disable Python's event handling
192 ok, event = self.getevent(mask, wait)
193 if IsDialogEvent(event):
194 if self.do_dialogevent(event):
197 self.dispatch(event)
199 self.idle(event)
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A DFrameWork.py46 # Map event 'what' field to strings
156 def do_about(self, id, item, window, event):
159 # The main event loop is broken up in several simple steps.
162 # event type.
166 schedparams = (0, 0) # By default disable Python's event handling
192 ok, event = self.getevent(mask, wait)
193 if IsDialogEvent(event):
194 if self.do_dialogevent(event):
197 self.dispatch(event)
199 self.idle(event)
[all...]

Completed in 595 milliseconds

1234567891011>>