Commit Graph

5 Commits

Author SHA1 Message Date
Sebastian
2ccd3252ec Updated information about recent changes. 2018-03-20 23:45:24 +00:00
Sebastian
f18e1f0b68 Changed to hardware cursor as a default cursor in input mode and added ImGui.DrawMouseCursor console variable to allow to switch to ImGui cursor.
Using ImGui to draw cursor helps to reduce visual error between mouse cursor and position in ImGui. But it has been reported that this works really bad when frame-rate drops and becomes unusable below ~20 FPS. Taking that into account hardware cursor seems like a better default option. Old behaviour can be enabled with ImGui.DrawMouseCursor console variable.
2018-03-13 23:42:37 +00:00
Sebastian
f0e3f7e82e Updated project status and information. 2017-11-05 22:49:32 +00:00
Sebastian
126b59d2c6 Updated project information. 2017-10-10 23:16:51 +01:00
Sebastian
cd98f86005 Initial commit:
- License file and initial readme file.
- Plugin and module base configuration.
- Repository configuration.
2017-03-17 23:22:13 +00:00