Removed pulse event type
Pulse is considered a hack and nothing should be using it. We should completely remove it
This commit is contained in:
parent
de4f931d13
commit
4f41fd84ff
4 changed files with 0 additions and 9 deletions
|
@ -36,7 +36,6 @@ enum class HandleType : u32 {
|
|||
enum class ResetType {
|
||||
OneShot, ///< Reset automatically on object acquisition
|
||||
Sticky, ///< Never reset automatically
|
||||
Pulse, ///< Reset automatically on wakeup
|
||||
};
|
||||
|
||||
class Object : NonCopyable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue