SDL
2.0
|
#include <fx.h>
#include "hidapi.h"
#include "mac_support.h"
#include <string.h>
#include <stdlib.h>
#include <limits.h>
Go to the source code of this file.
Data Structures | |
class | MainWindow |
Functions | |
FXDEFMAP (MainWindow) MainWindowMap [] | |
FXIMPLEMENT (MainWindow, FXMainWindow, MainWindowMap, ARRAYNUMBER(MainWindowMap)) | |
int | main (int argc, char **argv) |
Variables | |
const int | timeout_scalar = 1 |
FXMainWindow * | g_main_window |
FXDEFMAP | ( | MainWindow | ) |
FXIMPLEMENT | ( | MainWindow | , |
FXMainWindow | , | ||
MainWindowMap | , | ||
ARRAYNUMBER(MainWindowMap) | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 524 of file test.cpp.
References g_main_window, and MainWindow::MainWindow().
FXMainWindow* g_main_window |
Definition at line 98 of file test.cpp.
Referenced by MyAppDelegate::applicationWillBecomeActive:, MyAppDelegate::applicationWillHide:, HandleEvent(), HandleReopenMessage(), and main().
const int timeout_scalar = 1 |
Definition at line 95 of file test.cpp.
Referenced by MainWindow::create(), MainWindow::MainWindow(), MainWindow::onConnect(), MainWindow::onMacTimeout(), and MainWindow::onTimeout().