xamarin/urho-samples

Using SubscribeToKeyDown in SamplyGame

LanceJZ opened this issue · 0 comments

SubscribeToKeyDown is depreciated. It is advised that the SubscribeTo API not be used as it will be removed in future version. Please replace with current API use for the same functionality.
You will find it on line 44 of SamplyGame.cs. It needs to be updated for the current version. (It says it was on the commit, but this was missed.)
Not professional, using depreciated APIs in samples.