|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API bool MayaFlux::is_in_bounds | ( | double | window_x, |
| double | window_y, | ||
| uint32_t | window_width, | ||
| uint32_t | window_height | ||
| ) |
Check if a point in window coordinates is inside the window bounds.
| window_x | X coordinate in window space |
| window_y | Y coordinate in window space |
| window_width | Window width in pixels |
| window_height | Window height in pixels |
Definition at line 85 of file Windowing.cpp.
References MayaFlux::Kinesis::in_bounds().
Here is the call graph for this function: