Constant egui::NUM_POINTER_BUTTONS
source · pub const NUM_POINTER_BUTTONS: usize = 5;
Expand description
Number of pointer buttons supported by egui, i.e. the number of possible states of PointerButton
.
pub const NUM_POINTER_BUTTONS: usize = 5;
Number of pointer buttons supported by egui, i.e. the number of possible states of PointerButton
.