Daniel Collin
c5f45664ef
More documentation
2016-01-02 21:42:37 +01:00
Daniel Collin
4b87f68125
Moved stuff around + documentation
2016-01-02 21:26:13 +01:00
Daniel Collin
867daf1ca9
Added working keyboard support for Mac
...
Also moved all code out from windows.rs to a shared key_handler impl
2016-01-02 18:55:46 +01:00
Daniel Collin
946aa5ec14
Mac fixes
...
* Removed hard coded global values for width, height, buffer - These are now tracked on a per window basis.
* Fixed multi-window support
* Various cleanup and fixes
2016-01-02 15:37:50 +01:00
Krzysztof Kondrak
6fd476783c
Added backquote/tilde key
2015-12-22 12:54:06 +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
Krzysztof Kondrak
2f91a754d5
added ScrollLock and numeric keypad
2015-12-17 12:27:46 +01:00
Krzysztof Kondrak
3d54525d46
added support for Ctrl and Shift keys
2015-12-16 09:31:14 +01:00
Daniel Collin
6f47463a2e
Implemented scaling
...
BestFit isn't implemented yet though
2015-12-11 10:33:20 +01:00
Daniel Collin
0b2911ca30
New version running with keyboard support
2015-12-08 22:57:14 +01:00
Daniel Collin
c8b45d8577
WIP on Windows version
2015-12-08 18:49:03 +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
858b07f506
Fixed Linux version
2015-11-23 20:44:21 +01:00
Daniel Collin
48da30a25f
Fixed Windows version
2015-11-23 20:21:11 +01:00
Daniel Collin
0c1fd92275
Initial version
2015-11-22 18:55:38 +01:00