Browse Source

Noticed that key press events are starting to act strange after increasing frame-rates.

David Piuva 5 years ago
parent
commit
3f922b28b3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/SDK/sandbox/sandbox.cpp

+ 2 - 0
Source/SDK/sandbox/sandbox.cpp

@@ -8,6 +8,8 @@
 
 
 /*
 /*
 BUGS:
 BUGS:
+	* Certain key press events are ignored by the system after reaching a higher frame-rate.
+		It is an existing bug that wasn't revealed or is it the system being unresponsive?
 	* The mouse move is repeated automatically when changing pixel scale, but the same doesn't work for when the window itself moved.
 	* The mouse move is repeated automatically when changing pixel scale, but the same doesn't work for when the window itself moved.
 		How can a new mouse-move event be triggered from the current location when toggling full-screen so that the window itself moves?
 		How can a new mouse-move event be triggered from the current location when toggling full-screen so that the window itself moves?
 	* Tiles placed at different heights do not have synchronized rounding between each other.
 	* Tiles placed at different heights do not have synchronized rounding between each other.