Example #1
0
 private static unsafe extern ErrorCode ggpo_set_disconnect_notify_start(GGPOSession *session,
                                                                         int timeout);
Example #2
0
 private static unsafe extern ErrorCode ggpo_advance_frame(GGPOSession *session);
Example #3
0
 private static unsafe extern ErrorCode ggpo_get_network_stats(GGPOSession *session,
                                                               int player,
                                                               out GGPONetworkStats stats);
Example #4
0
 private static unsafe extern ErrorCode ggpo_synchronize_input(GGPOSession *session,
                                                               void *values,
                                                               int size,
                                                               int *disconnectFlags);
Example #5
0
 private static unsafe extern ErrorCode ggpo_disconnect_player(GGPOSession *session,
                                                               int player);
Example #6
0
 private static unsafe extern ErrorCode ggpo_add_local_input(GGPOSession *session,
                                                             int player,
                                                             void *values,
                                                             int size);
Example #7
0
 private static unsafe extern ErrorCode ggpo_idle(GGPOSession *session,
                                                  int timeout);
Example #8
0
 private static unsafe extern ErrorCode ggpo_set_frame_delay(GGPOSession *session,
                                                             int player,
                                                             int frameDelay);
Example #9
0
 private static unsafe extern ErrorCode ggpo_close_session(GGPOSession *session);
Example #10
0
 private static unsafe extern ErrorCode ggpo_add_player(GGPOSession *session,
                                                        ref GGPOPlayer player,
                                                        int *handle);