Commit graph

19 commits

Author SHA1 Message Date
Daniel Collin 9458a1b05e MouseMode::Clamp now clamps to [(0,0) (w-1,h-1)] 2016-01-29 20:56:26 +01:00
Daniel Collin 8bdbc850d5 Merge from mouse-support 2016-01-29 20:16:00 +01:00
Daniel Collin 4b68372d8f Fixed typo 2016-01-10 18:37:33 +01:00
Daniel Collin bef08c0b49 Re-licence under MIT/Apache-2.0
Closes #13
2016-01-10 18:36:57 +01:00
Daniel Collin 5d4b2981eb Bump to 0.2.6 2016-01-09 20:59:42 +01:00
Daniel Collin 5fd17a9bb5 Bump to 0.2.5 2016-01-09 20:56:03 +01:00
Daniel Collin 1cd69660d8 Really bumped to 0.2.4 2016-01-05 21:31:23 +01:00
Daniel Collin d6cbb705c1 Mac fixes
* Removed resizing of window as that isn't supported
* Fixed issue that content view would be too small and top of window wouldn't be visible
* Removed some code that isn't needed

Bump lib version to 0.2.3
2016-01-04 21:14:06 +01:00
Daniel Collin 479088dab9 Bump to 0.2.2 and added homepage link 2016-01-03 15:30:33 +01:00
Daniel Collin bfff11abbf Bump to 0.2.1 2016-01-02 22:16:00 +01:00
Daniel Collin 4e6d53deab Updated licence 2016-01-02 22:01:09 +01:00
Daniel Collin 46982b4795 Added documentation link 2016-01-02 21:42:50 +01:00
Daniel Collin 4b87f68125 Moved stuff around + documentation 2016-01-02 21:26:13 +01:00
Daniel Collin 3e9ebe119b Updated various things
* Only depend on Win32 APIs on Windows
* Only depend on Cocoa/etc APIs on Mac
* Bump to 0.2.0
* Added description, keywords, etc
2016-01-02 11:59:59 +01:00
Daniel Collin aa5d84eb2b Added support for key repeat
* Added get_keys_pressed(KeyRepeat::Yes/No) in order for the user to
decide if repeat should be used or not
* added is_key_pressed(key, KeyRepeat::Yes/No)
* Added set_key_repeat_delay/rate in order to control the rate/delays of
keys
2015-12-18 20:21:47 +01:00
Daniel Collin 15ec55aae2 Working Win32 version in pure Rust 2015-11-27 23:42:28 +01:00
Daniel Collin a9b0a11853 Window gets created 2015-11-27 21:25:50 +01:00
Daniel Collin 298e535de2 Started to work on Rust only version for Windows 2015-11-24 21:46:52 +01:00
Daniel Collin 0c1fd92275 Initial version 2015-11-22 18:55:38 +01:00