Mercurial > sdl-ios-xcode
view src/video/uikit/jump.c @ 2407:6c31bbd56c49 gsoc2008_iphone
keyinfotable.h contains information which SDL_uikitkeyboard uses to convert between unichar characters that it reads from the text field (which acts as the keyboard's target) to SDL_scancodes and key modifiers which are sent to SDL's keyboard system.
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Tue, 29 Jul 2008 17:23:50 +0000 |
parents | 5c27688b08cf |
children |
line wrap: on
line source
/* * jump.c * iPodSDL * * Created by Holmes Futrell on 7/2/08. * Copyright 2008 __MyCompanyName__. All rights reserved. * */ #include "jump.h" jmp_buf env; jmp_buf *jump_env() { return &env; }