![]() |
Max OS 0.3
|
Event that is triggered when a mouse button is released, holds the button that was released. More...
#include <mouse.h>
Public Member Functions | |
| MouseUpEvent (uint8_t) | |
| Constructor for the MouseUpEvent class. | |
Public Member Functions inherited from MaxOS::common::Event< MouseEvents > | |
| Event (MouseEvents type) | |
| Constructs a new Event object. | |
Public Attributes | ||
| uint8_t | button | |
| The button that was released. | ||
Public Attributes inherited from MaxOS::common::Event< MouseEvents > | ||
| MouseEvents | type | |
| uint8_t * | buffer_value | |
| uint32_t | int_value | |
| bool | bool_value | |
| union { | ||
| uint8_t * buffer_value | ||
| uint32_t int_value | ||
| bool bool_value | ||
| } | return_value | |
Event that is triggered when a mouse button is released, holds the button that was released.
|
explicit |
Constructor for the MouseUpEvent class.
| button | The button that was released |
Definition at line 164 of file mouse.cpp.
| uint8_t MaxOS::drivers::peripherals::MouseUpEvent::button |