Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_System.h
| Show First 20 Lines • Show All 233 Lines • ▼ Show 20 Lines | public: | ||||
| * \return Indication of success. | * \return Indication of success. | ||||
| */ | */ | ||||
| GHOST_TSuccess getButtonState(GHOST_TButtonMask mask, bool &isDown) const; | GHOST_TSuccess getButtonState(GHOST_TButtonMask mask, bool &isDown) const; | ||||
| /** | /** | ||||
| * Set which tablet API to use. Only affects Windows, other platforms have a single API. | * Set which tablet API to use. Only affects Windows, other platforms have a single API. | ||||
| * \param api: Enum indicating which API to use. | * \param api: Enum indicating which API to use. | ||||
| */ | */ | ||||
| void setTabletAPI(GHOST_TTabletAPI api); | virtual void setTabletAPI(GHOST_TTabletAPI api) override; | ||||
| GHOST_TTabletAPI getTabletAPI(void); | GHOST_TTabletAPI getTabletAPI(void); | ||||
| #ifdef WITH_INPUT_NDOF | #ifdef WITH_INPUT_NDOF | ||||
| /*************************************************************************************** | /*************************************************************************************** | ||||
| * Access to 3D mouse. | * Access to 3D mouse. | ||||
| ***************************************************************************************/ | ***************************************************************************************/ | ||||
| /** | /** | ||||
| ▲ Show 20 Lines • Show All 177 Lines • Show Last 20 Lines | |||||