ClassMInputContext
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{doxybot-warning|MInputContext}}</noinclude><includeonly> | <noinclude>{{doxybot-warning|MInputContext}}</noinclude><includeonly> | ||
− | {{doxybot-class|MInputContext|}} | + | {{doxybot-class|1=MInputContext|2=}} |
− | {{doxybot-member|virtual MInputContext::~MInputContext | + | {{doxybot-member|1=virtual MInputContext::~MInputContext(void)|2=}} |
− | + | {{doxybot-member|1=virtual void MInputContext::createKey(const char *name)=0|2=}} | |
− | {{doxybot-member|virtual void MInputContext::createKey | + | {{doxybot-member|1=virtual void MInputContext::createAxis(const char *name, bool flush=false)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MInputContext::createProperty(const char *name)=0|2=}} | |
− | {{doxybot-member|virtual void MInputContext::createAxis | + | {{doxybot-member|1=virtual void MInputContext::downKey(const char *name)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MInputContext::upKey(const char *name)=0|2=}} | |
− | {{doxybot-member|virtual void MInputContext::createProperty | + | {{doxybot-member|1=virtual void MInputContext::setAxis(const char *name, float axis)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MInputContext::setProperty(const char *name, int prop)=0|2=}} | |
− | {{doxybot-member|virtual void MInputContext::downKey | + | {{doxybot-member|1=virtual bool MInputContext::isKeyPressed(const char *name)=0|2=}} |
− | + | {{doxybot-member|1=virtual bool MInputContext::onKeyDown(const char *name)=0|2=}} | |
− | {{doxybot-member|virtual void MInputContext::upKey | + | {{doxybot-member|1=virtual bool MInputContext::onKeyUp(const char *name)=0|2=}} |
− | + | {{doxybot-member|1=virtual float MInputContext::getAxis(const char *name)=0|2=}} | |
− | {{doxybot-member|virtual void MInputContext::setAxis | + | {{doxybot-member|1=virtual int MInputContext::getProperty(const char *name)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MInputContext::beginTouch(int touchID, MVector2 touchPoint)=0|2=}} | |
− | {{doxybot-member|virtual void MInputContext::setProperty | + | {{doxybot-member|1=virtual void MInputContext::updateTouch(int touchID, MVector2 touchPoint)=0|2=}} |
− | + | {{doxybot-member|1=virtual void MInputContext::endTouch(int touchID, MVector2 touchPoint)=0|2=}} | |
− | {{doxybot-member|virtual bool MInputContext::isKeyPressed | + | {{doxybot-member|1=virtual void MInputContext::cancelTouch(int touchID, MVector2 touchPoint)=0|2=}} |
− | + | {{doxybot-member|1=virtual MVector2 MInputContext::getTouchPosition(int touchID)=0|2=}} | |
− | {{doxybot-member|virtual bool MInputContext::onKeyDown | + | {{doxybot-member|1=virtual MVector2 MInputContext::getLastTouchPosition(int touchID)=0|2=}} |
− | + | {{doxybot-member|1=virtual M_TOUCH_PHASE MInputContext::getTouchPhase(int touchID)=0|2=}} | |
− | {{doxybot-member|virtual bool MInputContext::onKeyUp | + | {{doxybot-member|1=virtual void MInputContext::flush(void)=0|2=}} |
− | + | ||
− | {{doxybot-member|virtual float MInputContext::getAxis | + | |
− | + | ||
− | {{doxybot-member|virtual int MInputContext::getProperty | + | |
− | + | ||
− | {{doxybot-member|virtual void MInputContext::beginTouch | + | |
− | + | ||
− | {{doxybot-member|virtual void MInputContext::updateTouch | + | |
− | + | ||
− | {{doxybot-member|virtual void MInputContext::endTouch | + | |
− | + | ||
− | {{doxybot-member|virtual void MInputContext::cancelTouch | + | |
− | + | ||
− | {{doxybot-member|virtual MVector2 MInputContext::getTouchPosition | + | |
− | + | ||
− | {{doxybot-member|virtual MVector2 MInputContext::getLastTouchPosition | + | |
− | + | ||
− | {{doxybot-member|virtual M_TOUCH_PHASE MInputContext::getTouchPhase | + | |
− | + | ||
− | {{doxybot-member|virtual void MInputContext::flush | + | |
− | + | ||
{{doxybot-categories}} | {{doxybot-categories}} | ||
</includeonly> | </includeonly> |
Latest revision as of 13:13, 8 February 2014
This page is automatically edited by Doxybot. Do not edit it manually, human! Edit instead the main page MInputContext that it is trancluded into.