~ubuntu-branches/ubuntu/trusty/libsdl2/trusty-proposed

« back to all changes in this revision

Viewing changes to src/video/psp/SDL_pspvideo.h

  • Committer: Package Import Robot
  • Author(s): Manuel A. Fernandez Montecelo
  • Date: 2013-12-28 12:31:19 UTC
  • mto: (7.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20131228123119-wehupm72qsjvh6vz
Tags: upstream-2.0.1+dfsg1
ImportĀ upstreamĀ versionĀ 2.0.1+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
void PSP_GL_SwapWindow(_THIS, SDL_Window * window);
92
92
void PSP_GL_DeleteContext(_THIS, SDL_GLContext context);
93
93
 
94
 
/*PSP on screen keyboard */
 
94
/* PSP on screen keyboard */
95
95
SDL_bool PSP_HasScreenKeyboardSupport(_THIS);
96
96
void PSP_ShowScreenKeyboard(_THIS, SDL_Window *window);
97
97
void PSP_HideScreenKeyboard(_THIS, SDL_Window *window);