aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/ffi.rs
Commit message (Expand)AuthorAgeFilesLines
* Correctly handling pixel format and fullscreen resolution on Win32Tomaka172014-08-021-0/+23
* Add support for specific OpenGL version for Win32Tomaka172014-08-021-0/+11
* Add monitor support for win32Tomaka172014-07-311-1/+46
* Implement get_position for win32 and fix interfaceTomaka172014-07-271-0/+14
* Implement get_*_size() for win32Tomaka172014-07-271-0/+6
* Implement fullscreen for win32Tomaka172014-07-271-0/+95
* Add moved events for win32Tomaka172014-07-271-0/+1
* Better events handling for win32Tomaka172014-07-271-0/+3
* Implement focus events for win32Tomaka172014-07-271-0/+2
* Implement mouse clicks on win32Tomaka172014-07-271-0/+6
* Implement Pressed and ReleasedTomaka172014-07-271-0/+141
* Implement ReceivedCharacter on win32Tomaka172014-07-271-0/+1
* Fix events handling on win32Tomaka172014-07-271-0/+4
* Initial commitTomaka172014-07-271-0/+424