 |
Jypeli
9
The simple game programming library
|
Siirry tämän tiedoston dokumentaatioon.
32 #if WINDOWS_PHONE || ANDROID
100 public InputWindow(
double width,
double height,
string question )
101 : base( width, height, question )
144 associatedListeners.AddItems(l1, l2, l3);
147 #if WINDOWS_PHONE && TESTING
148 void TouchTextEntered( IAsyncResult result )
150 string typedText = Guide.EndShowKeyboardInput( result );
BackButton PhoneBackButton
Puhelimen takaisin-näppäin.
double Top
Näytön yläreunan y-koordinaatti.
W QueryWidget
Kysymyskomponentti.
static Game Instance
Käynnissä olevan pelin pääolio.
static ScreenView Screen
Näytön dimensiot, eli koko ja reunat.
Keyboard Keyboard
Näppäimistö.
ButtonState
Napin (minkä tahansa) asento.
Listener Listen(Key k, ButtonState state, Action handler, string helpText)
Kuuntelee näppäinten painalluksia.