Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
929 lines (833 loc) · 26.8 KB

SDL_sysevents.c

File metadata and controls

929 lines (833 loc) · 26.8 KB
 
Apr 26, 2001
Apr 26, 2001
1
2
/*
SDL - Simple DirectMedia Layer
Feb 1, 2006
Feb 1, 2006
3
Copyright (C) 1997-2006 Sam Lantinga
Apr 26, 2001
Apr 26, 2001
4
5
This library is free software; you can redistribute it and/or
Feb 1, 2006
Feb 1, 2006
6
modify it under the terms of the GNU Lesser General Public
Apr 26, 2001
Apr 26, 2001
7
License as published by the Free Software Foundation; either
Feb 1, 2006
Feb 1, 2006
8
version 2.1 of the License, or (at your option) any later version.
Apr 26, 2001
Apr 26, 2001
9
10
11
12
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Feb 1, 2006
Feb 1, 2006
13
Lesser General Public License for more details.
Apr 26, 2001
Apr 26, 2001
14
Feb 1, 2006
Feb 1, 2006
15
16
17
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Apr 26, 2001
Apr 26, 2001
18
19
Sam Lantinga
Dec 14, 2001
Dec 14, 2001
20
slouken@libsdl.org
Apr 26, 2001
Apr 26, 2001
21
*/
Feb 21, 2006
Feb 21, 2006
22
#include "SDL_config.h"
Apr 26, 2001
Apr 26, 2001
23
Feb 25, 2006
Feb 25, 2006
24
25
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
Apr 26, 2001
Apr 26, 2001
26
27
28
29
#include "SDL_events.h"
#include "SDL_video.h"
#include "SDL_syswm.h"
Feb 16, 2006
Feb 16, 2006
30
31
32
#include "../SDL_sysvideo.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"
Apr 26, 2001
Apr 26, 2001
33
34
35
#include "SDL_lowvideo.h"
#include "SDL_syswm_c.h"
#include "SDL_main.h"
Sep 29, 2005
Sep 29, 2005
36
#include "SDL_loadso.h"
Apr 26, 2001
Apr 26, 2001
37
38
39
40
41
42
#ifdef WMMSG_DEBUG
#include "wmmsg.h"
#endif
#ifdef _WIN32_WCE
Mar 4, 2006
Mar 4, 2006
43
44
45
#include "../gapi/SDL_gapivideo.h"
#define IsZoomed(HWND) 1
Apr 26, 2001
Apr 26, 2001
46
#define NO_GETKEYBOARDSTATE
Mar 4, 2006
Mar 4, 2006
47
#if _WIN32_WCE < 420
Aug 20, 2002
Aug 20, 2002
48
#define NO_CHANGEDISPLAYSETTINGS
Apr 26, 2001
Apr 26, 2001
49
#endif
Mar 4, 2006
Mar 4, 2006
50
#endif
Apr 26, 2001
Apr 26, 2001
51
52
/* The window we use for everything... */
Aug 20, 2002
Aug 20, 2002
53
54
55
56
57
#ifdef _WIN32_WCE
LPWSTR SDL_Appname = NULL;
#else
LPSTR SDL_Appname = NULL;
#endif
Jan 29, 2006
Jan 29, 2006
58
Uint32 SDL_Appstyle = 0;
Apr 26, 2001
Apr 26, 2001
59
60
HINSTANCE SDL_Instance = NULL;
HWND SDL_Window = NULL;
May 28, 2006
May 28, 2006
61
RECT SDL_bounds = { 0, 0, 0, 0 };
Feb 16, 2004
Feb 16, 2004
62
63
int SDL_windowX = 0;
int SDL_windowY = 0;
Apr 26, 2001
Apr 26, 2001
64
65
66
int SDL_resizing = 0;
int mouse_relative = 0;
int posted = 0;
Mar 10, 2002
Mar 10, 2002
67
#ifndef NO_CHANGEDISPLAYSETTINGS
Jan 30, 2006
Jan 30, 2006
68
DEVMODE SDL_desktop_mode;
Mar 10, 2002
Mar 10, 2002
69
70
DEVMODE SDL_fullscreen_mode;
#endif
Apr 11, 2002
Apr 11, 2002
71
WORD *gamma_saved = NULL;
Apr 26, 2001
Apr 26, 2001
72
73
74
/* Functions called by the message processing function */
May 28, 2006
May 28, 2006
75
76
77
78
79
80
LONG (*HandleMessage) (_THIS, HWND hwnd, UINT msg, WPARAM wParam,
LPARAM lParam) = NULL;
void (*WIN_RealizePalette) (_THIS);
void (*WIN_PaletteChanged) (_THIS, HWND window);
void (*WIN_WinPAINT) (_THIS, HDC hdc);
extern void DIB_SwapGamma (_THIS);
Apr 26, 2001
Apr 26, 2001
81
Jan 26, 2006
Jan 26, 2006
82
#ifndef NO_GETKEYBOARDSTATE
Jan 19, 2006
Jan 19, 2006
83
84
/* Variables and support functions for SDL_ToUnicode() */
static int codepage;
May 28, 2006
May 28, 2006
85
86
87
88
static int Is9xME ();
static int GetCodePage ();
static int WINAPI ToUnicode9xME (UINT vkey, UINT scancode, BYTE * keystate,
LPWSTR wchars, int wsize, UINT flags);
Jan 19, 2006
Jan 19, 2006
89
90
ToUnicodeFN SDL_ToUnicode = ToUnicode9xME;
Jan 26, 2006
Jan 26, 2006
91
#endif /* !NO_GETKEYBOARDSTATE */
Jan 19, 2006
Jan 19, 2006
92
93
Sep 29, 2005
Sep 29, 2005
94
95
96
97
#if defined(_WIN32_WCE)
// dynamically load aygshell dll because we want SDL to work on HPC and be300
HINSTANCE aygshell = NULL;
May 28, 2006
May 28, 2006
98
BOOL (WINAPI * SHFullScreen) (HWND hwndRequester, DWORD dwState) = 0;
Sep 29, 2005
Sep 29, 2005
99
100
101
102
103
104
105
106
#define SHFS_SHOWTASKBAR 0x0001
#define SHFS_HIDETASKBAR 0x0002
#define SHFS_SHOWSIPBUTTON 0x0004
#define SHFS_HIDESIPBUTTON 0x0008
#define SHFS_SHOWSTARTICON 0x0010
#define SHFS_HIDESTARTICON 0x0020
May 28, 2006
May 28, 2006
107
108
static void
LoadAygshell (void)
Sep 29, 2005
Sep 29, 2005
109
{
May 28, 2006
May 28, 2006
110
111
112
113
114
115
if (!aygshell)
aygshell = SDL_LoadObject ("aygshell.dll");
if ((aygshell != 0) && (SHFullScreen == 0)) {
SHFullScreen = (int (WINAPI *) (struct HWND__ *, unsigned long))
SDL_LoadFunction (aygshell, "SHFullScreen");
}
Sep 29, 2005
Sep 29, 2005
116
117
}
Jan 19, 2006
Jan 19, 2006
118
/* for gapi landscape mode */
May 28, 2006
May 28, 2006
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
static void
GapiTransform (SDL_ScreenOrientation rotate, char hires, Sint16 * x,
Sint16 * y)
{
Sint16 rotatedX;
Sint16 rotatedY;
if (hires) {
*x = *x * 2;
*y = *y * 2;
}
switch (rotate) {
case SDL_ORIENTATION_UP:
{
Mar 4, 2006
Mar 4, 2006
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
/* this code needs testing on a real device!
So it will be enabled later */
/*
#ifdef _WIN32_WCE
#if _WIN32_WCE >= 420
// test device orientation
// FIXME: do not check every mouse message
DEVMODE settings;
SDL_memset(&settings, 0, sizeof(DEVMODE));
settings.dmSize = sizeof(DEVMODE);
settings.dmFields = DM_DISPLAYORIENTATION;
ChangeDisplaySettingsEx(NULL, &settings, NULL, CDS_TEST, NULL);
if( settings.dmOrientation == DMDO_90 )
{
rotatedX = SDL_VideoSurface->h - *x;
rotatedY = *y;
*x = rotatedX;
*y = rotatedY;
}
#endif
#endif */
May 28, 2006
May 28, 2006
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
}
break;
case SDL_ORIENTATION_RIGHT:
if (!SDL_VideoSurface)
break;
rotatedX = SDL_VideoSurface->w - *y;
rotatedY = *x;
*x = rotatedX;
*y = rotatedY;
break;
case SDL_ORIENTATION_LEFT:
if (!SDL_VideoSurface)
break;
rotatedX = *y;
rotatedY = SDL_VideoSurface->h - *x;
*x = rotatedX;
*y = rotatedY;
break;
}
Jan 19, 2006
Jan 19, 2006
174
175
}
Sep 29, 2005
Sep 29, 2005
176
177
#endif
Mar 14, 2006
Mar 14, 2006
178
179
180
181
182
/* JC 14 Mar 2006
This is used all over the place, in the windib driver and in the dx5 driver
So we may as well stick it here instead of having multiple copies scattered
about
*/
May 28, 2006
May 28, 2006
183
184
void
WIN_FlushMessageQueue ()
Mar 14, 2006
Mar 14, 2006
185
{
May 28, 2006
May 28, 2006
186
187
188
189
190
191
192
MSG msg;
while (PeekMessage (&msg, NULL, 0, 0, PM_REMOVE)) {
if (msg.message == WM_QUIT)
break;
TranslateMessage (&msg);
DispatchMessage (&msg);
}
Mar 14, 2006
Mar 14, 2006
193
194
}
May 28, 2006
May 28, 2006
195
196
static void
SDL_RestoreGameMode (void)
Mar 10, 2002
Mar 10, 2002
197
{
Mar 11, 2006
Mar 11, 2006
198
#ifdef _WIN32_WCE
May 28, 2006
May 28, 2006
199
200
201
202
203
204
SDL_VideoDevice *this = current_video;
if (SDL_strcmp (this->name, "gapi") == 0) {
if (this->hidden->suspended) {
this->hidden->suspended = 0;
}
}
Mar 11, 2006
Mar 11, 2006
205
#else
May 28, 2006
May 28, 2006
206
ShowWindow (SDL_Window, SW_RESTORE);
Mar 11, 2006
Mar 11, 2006
207
208
#endif
Mar 4, 2006
Mar 4, 2006
209
210
#ifndef NO_CHANGEDISPLAYSETTINGS
#ifndef _WIN32_WCE
May 28, 2006
May 28, 2006
211
ChangeDisplaySettings (&SDL_fullscreen_mode, CDS_FULLSCREEN);
Mar 10, 2002
Mar 10, 2002
212
#endif
Mar 4, 2006
Mar 4, 2006
213
#endif /* NO_CHANGEDISPLAYSETTINGS */
Mar 10, 2002
Mar 10, 2002
214
}
May 28, 2006
May 28, 2006
215
216
static void
SDL_RestoreDesktopMode (void)
Mar 10, 2002
Mar 10, 2002
217
{
Mar 11, 2006
Mar 11, 2006
218
219
#ifdef _WIN32_WCE
May 28, 2006
May 28, 2006
220
221
222
223
224
225
SDL_VideoDevice *this = current_video;
if (SDL_strcmp (this->name, "gapi") == 0) {
if (!this->hidden->suspended) {
this->hidden->suspended = 1;
}
}
Mar 11, 2006
Mar 11, 2006
226
#else
May 28, 2006
May 28, 2006
227
228
/* WinCE does not have a taskbar, so minimizing is not convenient */
ShowWindow (SDL_Window, SW_MINIMIZE);
Mar 11, 2006
Mar 11, 2006
229
230
#endif
Mar 4, 2006
Mar 4, 2006
231
232
#ifndef NO_CHANGEDISPLAYSETTINGS
#ifndef _WIN32_WCE
May 28, 2006
May 28, 2006
233
ChangeDisplaySettings (NULL, 0);
Mar 10, 2002
Mar 10, 2002
234
#endif
Mar 4, 2006
Mar 4, 2006
235
#endif /* NO_CHANGEDISPLAYSETTINGS */
Mar 10, 2002
Mar 10, 2002
236
237
}
Apr 26, 2001
Apr 26, 2001
238
239
240
241
242
243
244
245
246
247
248
249
#ifdef WM_MOUSELEAVE
/*
Special code to handle mouse leave events - this sucks...
http://support.microsoft.com/support/kb/articles/q183/1/07.asp
TrackMouseEvent() is only available on Win98 and WinNT.
_TrackMouseEvent() is available on Win95, but isn't yet in the mingw32
development environment, and only works on systems that have had IE 3.0
or newer installed on them (which is not the case with the base Win95).
Therefore, we implement our own version of _TrackMouseEvent() which
uses our own implementation if TrackMouseEvent() is not available.
*/
May 28, 2006
May 28, 2006
250
static BOOL (WINAPI * _TrackMouseEvent) (TRACKMOUSEEVENT * ptme) = NULL;
Apr 26, 2001
Apr 26, 2001
251
252
static VOID CALLBACK
May 28, 2006
May 28, 2006
253
TrackMouseTimerProc (HWND hWnd, UINT uMsg, UINT idEvent, DWORD dwTime)
Apr 26, 2001
Apr 26, 2001
254
{
May 28, 2006
May 28, 2006
255
256
257
258
259
260
261
262
263
264
265
266
RECT rect;
POINT pt;
GetClientRect (hWnd, &rect);
MapWindowPoints (hWnd, NULL, (LPPOINT) & rect, 2);
GetCursorPos (&pt);
if (!PtInRect (&rect, pt) || (WindowFromPoint (pt) != hWnd)) {
if (!KillTimer (hWnd, idEvent)) {
/* Error killing the timer! */
}
PostMessage (hWnd, WM_MOUSELEAVE, 0, 0);
}
Apr 26, 2001
Apr 26, 2001
267
}
May 28, 2006
May 28, 2006
268
269
static BOOL WINAPI
WIN_TrackMouseEvent (TRACKMOUSEEVENT * ptme)
Apr 26, 2001
Apr 26, 2001
270
{
May 28, 2006
May 28, 2006
271
272
273
274
275
if (ptme->dwFlags == TME_LEAVE) {
return SetTimer (ptme->hwndTrack, ptme->dwFlags, 100,
(TIMERPROC) TrackMouseTimerProc) != 0;
}
return FALSE;
Apr 26, 2001
Apr 26, 2001
276
277
278
279
}
#endif /* WM_MOUSELEAVE */
/* Function to retrieve the current keyboard modifiers */
May 28, 2006
May 28, 2006
280
281
static void
WIN_GetKeyboardState (void)
Apr 26, 2001
Apr 26, 2001
282
283
{
#ifndef NO_GETKEYBOARDSTATE
May 28, 2006
May 28, 2006
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
SDLMod state;
BYTE keyboard[256];
Uint8 *kstate = SDL_GetKeyState (NULL);
state = KMOD_NONE;
if (GetKeyboardState (keyboard)) {
if (keyboard[VK_LSHIFT] & 0x80) {
state |= KMOD_LSHIFT;
kstate[SDLK_LSHIFT] = SDL_PRESSED;
}
if (keyboard[VK_RSHIFT] & 0x80) {
state |= KMOD_RSHIFT;
kstate[SDLK_RSHIFT] = SDL_PRESSED;
}
if (keyboard[VK_LCONTROL] & 0x80) {
state |= KMOD_LCTRL;
kstate[SDLK_LCTRL] = SDL_PRESSED;
}
if (keyboard[VK_RCONTROL] & 0x80) {
state |= KMOD_RCTRL;
kstate[SDLK_RCTRL] = SDL_PRESSED;
}
if (keyboard[VK_LMENU] & 0x80) {
state |= KMOD_LALT;
kstate[SDLK_LALT] = SDL_PRESSED;
}
if (keyboard[VK_RMENU] & 0x80) {
state |= KMOD_RALT;
kstate[SDLK_RALT] = SDL_PRESSED;
}
if (keyboard[VK_NUMLOCK] & 0x01) {
state |= KMOD_NUM;
kstate[SDLK_NUMLOCK] = SDL_PRESSED;
}
if (keyboard[VK_CAPITAL] & 0x01) {
state |= KMOD_CAPS;
kstate[SDLK_CAPSLOCK] = SDL_PRESSED;
}
}
SDL_SetModState (state);
Apr 26, 2001
Apr 26, 2001
324
325
326
#endif /* !NO_GETKEYBOARDSTATE */
}
Aug 9, 2001
Aug 9, 2001
327
328
329
/* The main Win32 event handler
DJM: This is no longer static as (DX5/DIB)_CreateWindow needs it
*/
May 28, 2006
May 28, 2006
330
331
LRESULT CALLBACK
WinMessage (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
Apr 26, 2001
Apr 26, 2001
332
{
May 28, 2006
May 28, 2006
333
334
335
SDL_VideoDevice *this = current_video;
static int mouse_pressed = 0;
static int in_window = 0;
Apr 26, 2001
Apr 26, 2001
336
#ifdef WMMSG_DEBUG
May 28, 2006
May 28, 2006
337
338
339
340
341
342
343
fprintf (stderr, "Received windows message: ");
if (msg > MAX_WMMSG) {
fprintf (stderr, "%d", msg);
} else {
fprintf (stderr, "%s", wmtab[msg]);
}
fprintf (stderr, " -- 0x%X, 0x%X\n", wParam, lParam);
Apr 26, 2001
Apr 26, 2001
344
#endif
May 28, 2006
May 28, 2006
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
switch (msg) {
case WM_ACTIVATE:
{
SDL_VideoDevice *this = current_video;
BOOL minimized;
Uint8 appstate;
minimized = HIWORD (wParam);
if (!minimized && (LOWORD (wParam) != WA_INACTIVE)) {
/* Gain the following states */
appstate = SDL_APPACTIVE | SDL_APPINPUTFOCUS;
if (this->input_grab != SDL_GRAB_OFF) {
WIN_GrabInput (this, SDL_GRAB_ON);
}
if (!(SDL_GetAppState () & SDL_APPINPUTFOCUS)) {
if (!DDRAW_FULLSCREEN ()) {
DIB_SwapGamma (this);
}
if (WINDIB_FULLSCREEN ()) {
SDL_RestoreGameMode ();
}
}
Sep 29, 2005
Sep 29, 2005
368
#if defined(_WIN32_WCE)
May 28, 2006
May 28, 2006
369
370
371
372
373
374
375
376
377
378
379
if (WINDIB_FULLSCREEN ()) {
LoadAygshell ();
if (SHFullScreen)
SHFullScreen (SDL_Window,
SHFS_HIDESTARTICON |
SHFS_HIDETASKBAR | SHFS_HIDESIPBUTTON);
else
ShowWindow (FindWindow
(TEXT ("HHTaskBar"), NULL), SW_HIDE);
}
Sep 29, 2005
Sep 29, 2005
380
381
#endif
May 28, 2006
May 28, 2006
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
posted = SDL_PrivateAppActive (1, appstate);
WIN_GetKeyboardState ();
} else {
/* Lose the following states */
appstate = SDL_APPINPUTFOCUS;
if (minimized) {
appstate |= SDL_APPACTIVE;
}
if (this->input_grab != SDL_GRAB_OFF) {
WIN_GrabInput (this, SDL_GRAB_OFF);
}
if (SDL_GetAppState () & SDL_APPINPUTFOCUS) {
if (!DDRAW_FULLSCREEN ()) {
DIB_SwapGamma (this);
}
if (WINDIB_FULLSCREEN ()) {
SDL_RestoreDesktopMode ();
Sep 29, 2005
Sep 29, 2005
399
#if defined(_WIN32_WCE)
May 28, 2006
May 28, 2006
400
401
402
403
404
405
406
407
408
LoadAygshell ();
if (SHFullScreen)
SHFullScreen (SDL_Window,
SHFS_SHOWSTARTICON |
SHFS_SHOWTASKBAR |
SHFS_SHOWSIPBUTTON);
else
ShowWindow (FindWindow
(TEXT ("HHTaskBar"), NULL), SW_SHOW);
Sep 29, 2005
Sep 29, 2005
409
410
#endif
May 28, 2006
May 28, 2006
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
}
}
posted = SDL_PrivateAppActive (0, appstate);
}
return (0);
}
break;
case WM_MOUSEMOVE:
{
/* Mouse is handled by DirectInput when fullscreen */
if (SDL_VideoSurface && !DINPUT_FULLSCREEN ()) {
Sint16 x, y;
/* mouse has entered the window */
if (!in_window) {
Apr 26, 2001
Apr 26, 2001
428
#ifdef WM_MOUSELEAVE
May 28, 2006
May 28, 2006
429
TRACKMOUSEEVENT tme;
Apr 26, 2001
Apr 26, 2001
430
May 28, 2006
May 28, 2006
431
432
433
434
tme.cbSize = sizeof (tme);
tme.dwFlags = TME_LEAVE;
tme.hwndTrack = SDL_Window;
_TrackMouseEvent (&tme);
Apr 26, 2001
Apr 26, 2001
435
#endif /* WM_MOUSELEAVE */
May 28, 2006
May 28, 2006
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
in_window = TRUE;
posted = SDL_PrivateAppActive (1, SDL_APPMOUSEFOCUS);
}
/* mouse has moved within the window */
x = LOWORD (lParam);
y = HIWORD (lParam);
if (mouse_relative) {
POINT center;
center.x = (SDL_VideoSurface->w / 2);
center.y = (SDL_VideoSurface->h / 2);
x -= (Sint16) center.x;
y -= (Sint16) center.y;
if (x || y) {
ClientToScreen (SDL_Window, &center);
SetCursorPos (center.x, center.y);
posted = SDL_PrivateMouseMotion (0, 1, x, y);
}
} else {
Jan 19, 2006
Jan 19, 2006
456
#ifdef _WIN32_WCE
May 28, 2006
May 28, 2006
457
458
459
if (SDL_VideoSurface)
GapiTransform (this->hidden->userOrientation,
this->hidden->hiresFix, &x, &y);
Jan 19, 2006
Jan 19, 2006
460
#endif
May 28, 2006
May 28, 2006
461
462
463
464
465
posted = SDL_PrivateMouseMotion (0, 0, x, y);
}
}
}
return (0);
Apr 26, 2001
Apr 26, 2001
466
467
#ifdef WM_MOUSELEAVE
May 28, 2006
May 28, 2006
468
469
470
471
472
473
474
475
476
477
478
479
480
case WM_MOUSELEAVE:
{
/* Mouse is handled by DirectInput when fullscreen */
if (SDL_VideoSurface && !DINPUT_FULLSCREEN ()) {
/* mouse has left the window */
/* or */
/* Elvis has left the building! */
posted = SDL_PrivateAppActive (0, SDL_APPMOUSEFOCUS);
}
in_window = FALSE;
}
return (0);
Apr 26, 2001
Apr 26, 2001
481
482
#endif /* WM_MOUSELEAVE */
May 28, 2006
May 28, 2006
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
case WM_LBUTTONDOWN:
case WM_LBUTTONUP:
case WM_MBUTTONDOWN:
case WM_MBUTTONUP:
case WM_RBUTTONDOWN:
case WM_RBUTTONUP:
{
/* Mouse is handled by DirectInput when fullscreen */
if (SDL_VideoSurface && !DINPUT_FULLSCREEN ()) {
Sint16 x, y;
Uint8 button, state;
/* DJM:
We want the SDL window to take focus so that
it acts like a normal windows "component"
(e.g. gains keyboard focus on a mouse click).
*/
SetFocus (SDL_Window);
/* Figure out which button to use */
switch (msg) {
case WM_LBUTTONDOWN:
button = SDL_BUTTON_LEFT;
state = SDL_PRESSED;
break;
case WM_LBUTTONUP:
button = SDL_BUTTON_LEFT;
state = SDL_RELEASED;
break;
case WM_MBUTTONDOWN:
button = SDL_BUTTON_MIDDLE;
state = SDL_PRESSED;
break;
case WM_MBUTTONUP:
button = SDL_BUTTON_MIDDLE;
state = SDL_RELEASED;
break;
case WM_RBUTTONDOWN:
button = SDL_BUTTON_RIGHT;
state = SDL_PRESSED;
break;
case WM_RBUTTONUP:
button = SDL_BUTTON_RIGHT;
state = SDL_RELEASED;
break;
default:
/* Eh? Unknown button? */
return (0);
}
if (state == SDL_PRESSED) {
/* Grab mouse so we get up events */
if (++mouse_pressed > 0) {
SetCapture (hwnd);
}
} else {
/* Release mouse after all up events */
if (--mouse_pressed <= 0) {
ReleaseCapture ();
mouse_pressed = 0;
}
}
if (mouse_relative) {
/* RJR: March 28, 2000
report internal mouse position if in relative mode */
x = 0;
y = 0;
} else {
x = (Sint16) LOWORD (lParam);
y = (Sint16) HIWORD (lParam);
Jan 19, 2006
Jan 19, 2006
552
#ifdef _WIN32_WCE
May 28, 2006
May 28, 2006
553
554
555
if (SDL_VideoSurface)
GapiTransform (this->hidden->userOrientation,
this->hidden->hiresFix, &x, &y);
Jan 19, 2006
Jan 19, 2006
556
#endif
May 28, 2006
May 28, 2006
557
558
559
560
561
}
posted = SDL_PrivateMouseButton (state, button, x, y);
}
}
return (0);
Apr 26, 2001
Apr 26, 2001
562
Jun 16, 2001
Jun 16, 2001
563
564
#if (_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400)
May 28, 2006
May 28, 2006
565
566
567
568
569
570
571
572
573
574
575
576
577
578
case WM_MOUSEWHEEL:
if (SDL_VideoSurface && !DINPUT_FULLSCREEN ()) {
int move = (short) HIWORD (wParam);
if (move) {
Uint8 button;
if (move > 0)
button = SDL_BUTTON_WHEELUP;
else
button = SDL_BUTTON_WHEELDOWN;
posted = SDL_PrivateMouseButton (SDL_PRESSED, button, 0, 0);
posted |= SDL_PrivateMouseButton (SDL_RELEASED, button, 0, 0);
}
}
return (0);
Jun 16, 2001
Jun 16, 2001
579
580
#endif
Apr 26, 2001
Apr 26, 2001
581
#ifdef WM_GETMINMAXINFO
May 28, 2006
May 28, 2006
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
/* This message is sent as a way for us to "check" the values
* of a position change. If we don't like it, we can adjust
* the values before they are changed.
*/
case WM_GETMINMAXINFO:
{
MINMAXINFO *info;
RECT size;
int x, y;
int style;
int width;
int height;
/* We don't want to clobber an internal resize */
if (SDL_resizing)
return (0);
/* We allow resizing with the SDL_RESIZABLE flag */
if (SDL_PublicSurface &&
(SDL_PublicSurface->flags & SDL_RESIZABLE)) {
return (0);
}
/* Get the current position of our window */
GetWindowRect (SDL_Window, &size);
x = size.left;
y = size.top;
/* Calculate current width and height of our window */
size.top = 0;
size.left = 0;
if (SDL_PublicSurface != NULL) {
size.bottom = SDL_PublicSurface->h;
size.right = SDL_PublicSurface->w;
} else {
size.bottom = 0;
size.right = 0;
}
/* DJM - according to the docs for GetMenu(), the
return value is undefined if hwnd is a child window.
Aparently it's too difficult for MS to check
inside their function, so I have to do it here.
*/
style = GetWindowLong (hwnd, GWL_STYLE);
AdjustWindowRect (&size,
style,
style & WS_CHILDWINDOW ? FALSE
: GetMenu (hwnd) != NULL);
width = size.right - size.left;
height = size.bottom - size.top;
/* Fix our size to the current size */
info = (MINMAXINFO *) lParam;
info->ptMaxSize.x = width;
info->ptMaxSize.y = height;
info->ptMaxPosition.x = x;
info->ptMaxPosition.y = y;
info->ptMinTrackSize.x = width;
info->ptMinTrackSize.y = height;
info->ptMaxTrackSize.x = width;
info->ptMaxTrackSize.y = height;
}
return (0);
Apr 26, 2001
Apr 26, 2001
647
648
#endif /* WM_GETMINMAXINFO */
May 28, 2006
May 28, 2006
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
case WM_WINDOWPOSCHANGED:
{
SDL_VideoDevice *this = current_video;
int w, h;
GetClientRect (SDL_Window, &SDL_bounds);
ClientToScreen (SDL_Window, (LPPOINT) & SDL_bounds);
ClientToScreen (SDL_Window, (LPPOINT) & SDL_bounds + 1);
if (!SDL_resizing && !IsZoomed (SDL_Window) &&
SDL_PublicSurface &&
!(SDL_PublicSurface->flags & SDL_FULLSCREEN)) {
SDL_windowX = SDL_bounds.left;
SDL_windowY = SDL_bounds.top;
}
w = SDL_bounds.right - SDL_bounds.left;
h = SDL_bounds.bottom - SDL_bounds.top;
if (this->input_grab != SDL_GRAB_OFF) {
ClipCursor (&SDL_bounds);
}
if (SDL_PublicSurface &&
(SDL_PublicSurface->flags & SDL_RESIZABLE)) {
SDL_PrivateResize (w, h);
}
}
break;
/* We need to set the cursor */
case WM_SETCURSOR:
{
Uint16 hittest;
hittest = LOWORD (lParam);
if (hittest == HTCLIENT) {
SetCursor (SDL_hcursor);
return (TRUE);
}
}
break;
/* We are about to get palette focus! */
case WM_QUERYNEWPALETTE:
{
WIN_RealizePalette (current_video);
return (TRUE);
}
break;
/* Another application changed the palette */
case WM_PALETTECHANGED:
{
WIN_PaletteChanged (current_video, (HWND) wParam);
}
break;
/* We were occluded, refresh our display */
case WM_PAINT:
{
HDC hdc;
PAINTSTRUCT ps;
hdc = BeginPaint (SDL_Window, &ps);
if (current_video->screen &&
!(current_video->screen->flags & SDL_INTERNALOPENGL)) {
WIN_WinPAINT (current_video, hdc);
}
EndPaint (SDL_Window, &ps);
}
return (0);
/* DJM: Send an expose event in this case */
case WM_ERASEBKGND:
{
posted = SDL_PrivateExpose ();
}
return (0);
case WM_CLOSE:
{
if ((posted = SDL_PrivateQuit ()))
PostQuitMessage (0);
}
return (0);
case WM_DESTROY:
{
PostQuitMessage (0);
}
return (0);
Apr 26, 2001
Apr 26, 2001
737
Jan 26, 2006
Jan 26, 2006
738
#ifndef NO_GETKEYBOARDSTATE
May 28, 2006
May 28, 2006
739
740
741
742
743
case WM_INPUTLANGCHANGE:
{
codepage = GetCodePage ();
}
return (TRUE);
Jan 26, 2006
Jan 26, 2006
744
#endif
Jan 19, 2006
Jan 19, 2006
745
May 28, 2006
May 28, 2006
746
747
748
749
750
751
752
753
754
755
756
default:
{
/* Special handling by the video driver */
if (HandleMessage) {
return (HandleMessage (current_video,
hwnd, msg, wParam, lParam));
}
}
break;
}
return (DefWindowProc (hwnd, msg, wParam, lParam));
Apr 26, 2001
Apr 26, 2001
757
758
}
Aug 9, 2001
Aug 9, 2001
759
/* Allow the application handle to be stored and retrieved later */
Aug 9, 2001
Aug 9, 2001
760
static void *SDL_handle = NULL;
Aug 9, 2001
Aug 9, 2001
761
May 28, 2006
May 28, 2006
762
763
void
SDL_SetModuleHandle (void *handle)
Aug 9, 2001
Aug 9, 2001
764
{
May 28, 2006
May 28, 2006
765
SDL_handle = handle;
Aug 9, 2001
Aug 9, 2001
766
}
May 28, 2006
May 28, 2006
767
768
769
void *
SDL_GetModuleHandle (void)
Aug 9, 2001
Aug 9, 2001
770
{
May 28, 2006
May 28, 2006
771
772
773
774
775
776
777
778
void *handle;
if (SDL_handle) {
handle = SDL_handle;
} else {
handle = GetModuleHandle (NULL);
}
return (handle);
Aug 9, 2001
Aug 9, 2001
779
780
}
Apr 26, 2001
Apr 26, 2001
781
/* This allows the SDL_WINDOWID hack */
Jan 29, 2006
Jan 29, 2006
782
BOOL SDL_windowid = FALSE;
Apr 26, 2001
Apr 26, 2001
783
Sep 27, 2005
Sep 27, 2005
784
785
static int app_registered = 0;
Apr 26, 2001
Apr 26, 2001
786
/* Register the class for this application -- exported for winmain.c */
May 28, 2006
May 28, 2006
787
788
int
SDL_RegisterApp (char *name, Uint32 style, void *hInst)
Apr 26, 2001
Apr 26, 2001
789
{
May 28, 2006
May 28, 2006
790
WNDCLASS class;
Apr 26, 2001
Apr 26, 2001
791
#ifdef WM_MOUSELEAVE
May 28, 2006
May 28, 2006
792
HMODULE handle;
Apr 26, 2001
Apr 26, 2001
793
794
#endif
May 28, 2006
May 28, 2006
795
796
797
798
799
/* Only do this once... */
if (app_registered) {
++app_registered;
return (0);
}
Jan 29, 2006
Jan 29, 2006
800
801
802
#ifndef CS_BYTEALIGNCLIENT
#define CS_BYTEALIGNCLIENT 0
#endif
May 28, 2006
May 28, 2006
803
804
805
806
807
if (!name && !SDL_Appname) {
name = "SDL_app";
SDL_Appstyle = CS_BYTEALIGNCLIENT;
SDL_Instance = hInst ? hInst : SDL_GetModuleHandle ();
}
Apr 26, 2001
Apr 26, 2001
808
May 28, 2006
May 28, 2006
809
if (name) {
Apr 26, 2001
Apr 26, 2001
810
#ifdef _WIN32_WCE
May 28, 2006
May 28, 2006
811
812
/* WinCE uses the UNICODE version */
SDL_Appname = SDL_iconv_utf8_ucs2 (name);
Apr 26, 2001
Apr 26, 2001
813
#else
May 28, 2006
May 28, 2006
814
SDL_Appname = SDL_iconv_utf8_latin1 (name);
Apr 26, 2001
Apr 26, 2001
815
#endif /* _WIN32_WCE */
May 28, 2006
May 28, 2006
816
817
818
819
820
821
822
823
824
825
826
827
828
SDL_Appstyle = style;
SDL_Instance = hInst ? hInst : SDL_GetModuleHandle ();
}
/* Register the application class */
class.hCursor = NULL;
class.hIcon = LoadImage (SDL_Instance, SDL_Appname,
IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR);
class.lpszMenuName = NULL;
class.lpszClassName = SDL_Appname;
class.hbrBackground = NULL;
class.hInstance = SDL_Instance;
class.style = SDL_Appstyle;
Feb 16, 2006
Feb 16, 2006
829
#if SDL_VIDEO_OPENGL
May 28, 2006
May 28, 2006
830
class.style |= CS_OWNDC;
Apr 26, 2001
Apr 26, 2001
831
#endif
May 28, 2006
May 28, 2006
832
833
834
835
836
837
838
class.lpfnWndProc = WinMessage;
class.cbWndExtra = 0;
class.cbClsExtra = 0;
if (!RegisterClass (&class)) {
SDL_SetError ("Couldn't register application class");
return (-1);
}
Apr 26, 2001
Apr 26, 2001
839
#ifdef WM_MOUSELEAVE
May 28, 2006
May 28, 2006
840
841
842
843
844
845
846
847
848
849
850
/* Get the version of TrackMouseEvent() we use */
_TrackMouseEvent = NULL;
handle = GetModuleHandle ("USER32.DLL");
if (handle) {
_TrackMouseEvent =
(BOOL (WINAPI *) (TRACKMOUSEEVENT *)) GetProcAddress (handle,
"TrackMouseEvent");
}
if (_TrackMouseEvent == NULL) {
_TrackMouseEvent = WIN_TrackMouseEvent;
}
Apr 26, 2001
Apr 26, 2001
851
852
#endif /* WM_MOUSELEAVE */
Jan 26, 2006
Jan 26, 2006
853
#ifndef NO_GETKEYBOARDSTATE
May 28, 2006
May 28, 2006
854
855
856
/* Initialise variables for SDL_ToUnicode() */
codepage = GetCodePage ();
SDL_ToUnicode = Is9xME ()? ToUnicode9xME : ToUnicode;
Jan 26, 2006
Jan 26, 2006
857
#endif
Jan 19, 2006
Jan 19, 2006
858
May 28, 2006
May 28, 2006
859
860
app_registered = 1;
return (0);
Apr 26, 2001
Apr 26, 2001
861
862
}
Jan 29, 2006
Jan 29, 2006
863
/* Unregisters the windowclass registered in SDL_RegisterApp above. */
May 28, 2006
May 28, 2006
864
865
void
SDL_UnregisterApp ()
Sep 27, 2005
Sep 27, 2005
866
{
May 28, 2006
May 28, 2006
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
WNDCLASS class;
/* SDL_RegisterApp might not have been called before */
if (!app_registered) {
return;
}
--app_registered;
if (app_registered == 0) {
/* Check for any registered window classes. */
if (GetClassInfo (SDL_Instance, SDL_Appname, &class)) {
UnregisterClass (SDL_Appname, SDL_Instance);
}
SDL_free (SDL_Appname);
SDL_Appname = NULL;
}
Sep 27, 2005
Sep 27, 2005
882
883
}
Jan 26, 2006
Jan 26, 2006
884
#ifndef NO_GETKEYBOARDSTATE
Jan 19, 2006
Jan 19, 2006
885
886
/* JFP: Implementation of ToUnicode() that works on 9x/ME/2K/XP */
May 28, 2006
May 28, 2006
887
888
static int
Is9xME ()
Jan 19, 2006
Jan 19, 2006
889
{
May 28, 2006
May 28, 2006
890
891
892
893
894
895
896
897
OSVERSIONINFO info;
SDL_memset (&info, 0, sizeof (info));
info.dwOSVersionInfoSize = sizeof (info);
if (!GetVersionEx (&info)) {
return 0;
}
return (info.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS);
Jan 19, 2006
Jan 19, 2006
898
899
}
May 28, 2006
May 28, 2006
900
901
static int
GetCodePage ()
Jan 19, 2006
Jan 19, 2006
902
{
May 28, 2006
May 28, 2006
903
904
905
906
907
908
909
910
911
char buff[8];
int lcid = MAKELCID (LOWORD (GetKeyboardLayout (0)), SORT_DEFAULT);
int cp = GetACP ();
if (GetLocaleInfo
(lcid, LOCALE_IDEFAULTANSICODEPAGE, buff, sizeof (buff))) {
cp = SDL_atoi (buff);
}
return cp;
Jan 19, 2006
Jan 19, 2006
912
913
}
May 28, 2006
May 28, 2006
914
915
916
static int WINAPI
ToUnicode9xME (UINT vkey, UINT scancode, PBYTE keystate, LPWSTR wchars,
int wsize, UINT flags)
Jan 19, 2006
Jan 19, 2006
917
{
May 28, 2006
May 28, 2006
918
919
920
921
922
923
924
925
BYTE chars[2];
if (ToAsciiEx
(vkey, scancode, keystate, (WORD *) chars, 0,
GetKeyboardLayout (0)) == 1) {
return MultiByteToWideChar (codepage, 0, chars, 1, wchars, wsize);
}
return 0;
Jan 19, 2006
Jan 19, 2006
926
927
}
Jan 26, 2006
Jan 26, 2006
928
#endif /* !NO_GETKEYBOARDSTATE */
May 28, 2006
May 28, 2006
929
/* vi: set ts=4 sw=4 expandtab: */