File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Include/GameClient
Generals/Code/GameEngine/Include/GameClient Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ struct KeyboardIO
7676 UnsignedByte key; // KeyDefType, key data
7777 UnsignedByte status; // StatusType, above
7878 UnsignedShort state; // KEY_STATE_* in KeyDefs.h
79- UnsignedInt sequence; // sequence info from DirectX used for order
79+ UnsignedInt sequence; // DirectInput sequence number; overwritten with frame number for ordering
8080 UnsignedInt keyDownTimeMsec; // real-time in milliseconds when key went down
8181
8282};
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ struct KeyboardIO
7676 UnsignedByte key; // KeyDefType, key data
7777 UnsignedByte status; // StatusType, above
7878 UnsignedShort state; // KEY_STATE_* in KeyDefs.h
79- UnsignedInt sequence; // sequence info from DirectX used for order
79+ UnsignedInt sequence; // DirectInput sequence number; overwritten with frame number for ordering
8080 UnsignedInt keyDownTimeMsec; // real-time in milliseconds when key went down
8181
8282};
You can’t perform that action at this time.
0 commit comments