[][src]Function bear_lib_terminal::terminal::pick

pub fn pick(point: Point, index: i32) -> char

Get the character in the specified coordinates on the specified layer.

Returns 0 if the cell is empty on the specified layer.

Consult the documentation for the terminal_pick() C API function for more data.