Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Uint8 oldKeystates[ whatever_the_size_is ];
- Uint8 newKeystates[ whatever_the_size_is ];
- for ( size_t i = 0; i < whatever_the_size_is; ++i )
- {
- newKeystates[ i ] = oldKeystates[ i ];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement