comparison src/video/cocoa/SDL_cocoavideo.m @ 2303:d87417504c75

First pass implementation of new SDL scancode concept, as discussed with Christian Walther. Currently only implemented on Mac OS X for sanity checking purposes.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 05 Feb 2008 07:19:23 +0000
parents 4baee598306d
children 99210400e8b9
comparison
equal deleted inserted replaced
2302:7ae1c419b626 2303:d87417504c75
73 device->VideoInit = Cocoa_VideoInit; 73 device->VideoInit = Cocoa_VideoInit;
74 device->VideoQuit = Cocoa_VideoQuit; 74 device->VideoQuit = Cocoa_VideoQuit;
75 device->GetDisplayModes = Cocoa_GetDisplayModes; 75 device->GetDisplayModes = Cocoa_GetDisplayModes;
76 device->SetDisplayMode = Cocoa_SetDisplayMode; 76 device->SetDisplayMode = Cocoa_SetDisplayMode;
77 device->PumpEvents = Cocoa_PumpEvents; 77 device->PumpEvents = Cocoa_PumpEvents;
78 device->GetLayoutKey = Cocoa_GetLayoutKey;
79 78
80 device->CreateWindow = Cocoa_CreateWindow; 79 device->CreateWindow = Cocoa_CreateWindow;
81 device->CreateWindowFrom = Cocoa_CreateWindowFrom; 80 device->CreateWindowFrom = Cocoa_CreateWindowFrom;
82 device->SetWindowTitle = Cocoa_SetWindowTitle; 81 device->SetWindowTitle = Cocoa_SetWindowTitle;
83 device->SetWindowPosition = Cocoa_SetWindowPosition; 82 device->SetWindowPosition = Cocoa_SetWindowPosition;