mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-25 08:39:18 -05:00
REVIEWED: Webpage reference comments starting with REF:, more consistent with TODO: and NOTE: comments
This commit is contained in:
@ -1162,8 +1162,8 @@ static GamepadButton AndroidTranslateGamepadButton(int button)
|
||||
static int32_t AndroidInputCallback(struct android_app *app, AInputEvent *event)
|
||||
{
|
||||
// If additional inputs are required check:
|
||||
// Ref: https://developer.android.com/ndk/reference/group/input
|
||||
// Ref: https://developer.android.com/training/game-controllers/controller-input
|
||||
// REF: https://developer.android.com/ndk/reference/group/input
|
||||
// REF: https://developer.android.com/training/game-controllers/controller-input
|
||||
|
||||
int type = AInputEvent_getType(event);
|
||||
int source = AInputEvent_getSource(event);
|
||||
|
||||
Reference in New Issue
Block a user