Moved project files for CSFML into a "build" directory

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1009 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-02-06 15:21:27 +00:00
parent 88d48a0f71
commit 37c0a5a6fa
55 changed files with 3145 additions and 4959 deletions

View file

@ -0,0 +1,38 @@
LIBRARY csfml-window-d
EXPORTS
sfInput_IsKeyDown
sfInput_IsMouseButtonDown
sfInput_IsJoystickButtonDown
sfInput_GetMouseX
sfInput_GetMouseY
sfInput_GetJoystickAxis
sfVideoMode_GetDesktopMode
sfVideoMode_GetMode
sfVideoMode_GetModesCount
sfVideoMode_IsValid
sfWindow_Create
sfWindow_CreateFromHandle
sfWindow_Close
sfWindow_IsOpened
sfWindow_Destroy
sfWindow_GetWidth
sfWindow_GetHeight
sfWindow_GetSettings
sfWindow_GetEvent
sfWindow_UseVerticalSync
sfWindow_ShowMouseCursor
sfWindow_SetCursorPosition
sfWindow_SetPosition
sfWindow_SetSize
sfWindow_Show
sfWindow_EnableKeyRepeat
sfWindow_SetIcon
sfWindow_SetActive
sfWindow_Display
sfWindow_GetInput
sfWindow_SetFramerateLimit
sfWindow_GetFrameTime
sfWindow_SetJoystickThreshold
sfContext_Create
sfContext_Destroy
sfContext_SetActive