39 lines
881 B
Smali
39 lines
881 B
Smali
.class public Lcom/badlogic/gdx/InputMultiplexer;
|
|
.super Ljava/lang/Object;
|
|
.source "InputMultiplexer.java"
|
|
|
|
# interfaces
|
|
.implements Lcom/badlogic/gdx/InputProcessor;
|
|
|
|
|
|
# instance fields
|
|
.field private a:Lcom/badlogic/gdx/utils/Array;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/badlogic/gdx/utils/Array<",
|
|
"Lcom/badlogic/gdx/InputProcessor;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 2
|
|
|
|
.line 27
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 25
|
|
new-instance v0, Lcom/badlogic/gdx/utils/Array;
|
|
|
|
const/4 v1, 0x4
|
|
|
|
invoke-direct {v0, v1}, Lcom/badlogic/gdx/utils/Array;-><init>(I)V
|
|
|
|
iput-object v0, p0, Lcom/badlogic/gdx/InputMultiplexer;->a:Lcom/badlogic/gdx/utils/Array;
|
|
|
|
return-void
|
|
.end method
|