Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
KeyboardModifier::internal::Helper< T, std::enable_if_t< IsEmscriptenEvent< T >::value > > Struct Template Reference

#include <qwasmevent.h>

+ Collaboration diagram for KeyboardModifier::internal::Helper< T, std::enable_if_t< IsEmscriptenEvent< T >::value > >:

Static Public Member Functions

static QFlags< Qt::KeyboardModifiergetModifierForEvent (const T &event)
 

Detailed Description

template<class T>
struct KeyboardModifier::internal::Helper< T, std::enable_if_t< IsEmscriptenEvent< T >::value > >

Definition at line 74 of file qwasmevent.h.

Member Function Documentation

◆ getModifierForEvent()

template<class T >
static QFlags< Qt::KeyboardModifier > KeyboardModifier::internal::Helper< T, std::enable_if_t< IsEmscriptenEvent< T >::value > >::getModifierForEvent ( const T & event)
inlinestatic

Definition at line 76 of file qwasmevent.h.

References Qt::AltModifier, Qt::ControlModifier, MacOS, Qt::MetaModifier, Qt::NoModifier, platform(), and Qt::ShiftModifier.

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: