Max 5 API Reference
![]() |
Functions | |
t_object * | jwind_getactive (void) |
Get the current window, if any. | |
long | jwind_getcount (void) |
Determine how many windows exist. | |
t_object * | jwind_getat (long index) |
Return a pointer to the window with a given index. |
t_object* jwind_getactive | ( | void | ) |
Get the current window, if any.
t_object* jwind_getat | ( | long | index | ) |
Return a pointer to the window with a given index.
index | Get window at index (0 to count-1). |
long jwind_getcount | ( | void | ) |
Determine how many windows exist.